Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Side by Side Diff: chrome/chrome_dll.gypi

Issue 2836083: Merge 53993 - Modified resources for M6 theme. This doesn't actually modify ... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/472/src/
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/views/notifications/balloon_view.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'target_defaults': { 5 'target_defaults': {
6 'variables': { 6 'variables': {
7 'chrome_dll_target': 0, 7 'chrome_dll_target': 0,
8 }, 8 },
9 'target_conditions': [ 9 'target_conditions': [
10 ['chrome_dll_target==1', { 10 ['chrome_dll_target==1', {
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 'app/theme/newtab_h.pdf', 259 'app/theme/newtab_h.pdf',
260 'app/theme/newtab_p.pdf', 260 'app/theme/newtab_p.pdf',
261 'app/theme/omnibox_history.pdf', 261 'app/theme/omnibox_history.pdf',
262 'app/theme/omnibox_http.pdf', 262 'app/theme/omnibox_http.pdf',
263 'app/theme/omnibox_https_invalid.pdf', 263 'app/theme/omnibox_https_invalid.pdf',
264 'app/theme/omnibox_https_valid.pdf', 264 'app/theme/omnibox_https_valid.pdf',
265 'app/theme/omnibox_https_warning.pdf', 265 'app/theme/omnibox_https_warning.pdf',
266 'app/theme/omnibox_more.pdf', 266 'app/theme/omnibox_more.pdf',
267 'app/theme/omnibox_search.pdf', 267 'app/theme/omnibox_search.pdf',
268 'app/theme/omnibox_star.pdf', 268 'app/theme/omnibox_star.pdf',
269 'app/theme/omnibox_star_lit.pdf',
270 'app/theme/otr_icon.pdf', 269 'app/theme/otr_icon.pdf',
271 'app/theme/popup_window_animation.pdf', 270 'app/theme/popup_window_animation.pdf',
272 'app/theme/reload_Template.pdf', 271 'app/theme/reload_Template.pdf',
272 'app/theme/star.pdf',
273 'app/theme/star_lit.pdf',
273 'app/theme/stop_Template.pdf', 274 'app/theme/stop_Template.pdf',
274 'app/theme/tools_Template.pdf', 275 'app/theme/tools_Template.pdf',
275 'browser/cocoa/install.sh', 276 'browser/cocoa/install.sh',
276 ], 277 ],
277 'mac_bundle_resources!': [ 278 'mac_bundle_resources!': [
278 'app/framework-Info.plist', 279 'app/framework-Info.plist',
279 ], 280 ],
280 'dependencies': [ 281 'dependencies': [
281 # Bring in pdfsqueeze and run it on all pdfs 282 # Bring in pdfsqueeze and run it on all pdfs
282 '../build/temp_gyp/pdfsqueeze.gyp:pdfsqueeze', 283 '../build/temp_gyp/pdfsqueeze.gyp:pdfsqueeze',
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 'configurations': { 597 'configurations': {
597 'Common_Base': { 598 'Common_Base': {
598 'msvs_target_platform': 'x64', 599 'msvs_target_platform': 'x64',
599 }, 600 },
600 }, 601 },
601 }, # target chrome_dll 602 }, # target chrome_dll
602 ], 603 ],
603 }], 604 }],
604 ], 605 ],
605 } 606 }
OLDNEW
« no previous file with comments | « chrome/browser/views/notifications/balloon_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698