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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 3035034: Modified resources for M6 theme. This doesn't actually modify layout yet, ju... (Closed) Base URL: svn://chrome-svn/chrome/trunk/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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 'app/theme/newtab_h.pdf', 258 'app/theme/newtab_h.pdf',
259 'app/theme/newtab_p.pdf', 259 'app/theme/newtab_p.pdf',
260 'app/theme/omnibox_history.pdf', 260 'app/theme/omnibox_history.pdf',
261 'app/theme/omnibox_http.pdf', 261 'app/theme/omnibox_http.pdf',
262 'app/theme/omnibox_https_invalid.pdf', 262 'app/theme/omnibox_https_invalid.pdf',
263 'app/theme/omnibox_https_valid.pdf', 263 'app/theme/omnibox_https_valid.pdf',
264 'app/theme/omnibox_https_warning.pdf', 264 'app/theme/omnibox_https_warning.pdf',
265 'app/theme/omnibox_more.pdf', 265 'app/theme/omnibox_more.pdf',
266 'app/theme/omnibox_search.pdf', 266 'app/theme/omnibox_search.pdf',
267 'app/theme/omnibox_star.pdf', 267 'app/theme/omnibox_star.pdf',
268 'app/theme/omnibox_star_lit.pdf',
269 'app/theme/otr_icon.pdf', 268 'app/theme/otr_icon.pdf',
270 'app/theme/popup_window_animation.pdf', 269 'app/theme/popup_window_animation.pdf',
271 'app/theme/reload_Template.pdf', 270 'app/theme/reload_Template.pdf',
271 'app/theme/star.pdf',
272 'app/theme/star_lit.pdf',
272 'app/theme/stop_Template.pdf', 273 'app/theme/stop_Template.pdf',
273 'app/theme/tools_Template.pdf', 274 'app/theme/tools_Template.pdf',
274 'browser/cocoa/install.sh', 275 'browser/cocoa/install.sh',
275 ], 276 ],
276 'mac_bundle_resources!': [ 277 'mac_bundle_resources!': [
277 'app/framework-Info.plist', 278 'app/framework-Info.plist',
278 ], 279 ],
279 'dependencies': [ 280 'dependencies': [
280 # Bring in pdfsqueeze and run it on all pdfs 281 # Bring in pdfsqueeze and run it on all pdfs
281 '../build/temp_gyp/pdfsqueeze.gyp:pdfsqueeze', 282 '../build/temp_gyp/pdfsqueeze.gyp:pdfsqueeze',
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 'configurations': { 596 'configurations': {
596 'Common_Base': { 597 'Common_Base': {
597 'msvs_target_platform': 'x64', 598 'msvs_target_platform': 'x64',
598 }, 599 },
599 }, 600 },
600 }, # target chrome_dll 601 }, # target chrome_dll
601 ], 602 ],
602 }], 603 }],
603 ], 604 ],
604 } 605 }
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