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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 10662041: mac: Remove nav.pdf in favor of IDR_DEFAULT_FAVICON. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: deps Created 8 years, 6 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/ui/webui/favicon_source.cc ('k') | chrome/common/chrome_content_client.h » ('j') | 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'conditions': [ 5 'conditions': [
6 ['OS=="mac" or OS=="win"', { 6 ['OS=="mac" or OS=="win"', {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'chrome_dll', 9 'target_name': 'chrome_dll',
10 'type': 'none', 10 'type': 'none',
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 'app/nibs/TaskManager.xib', 281 'app/nibs/TaskManager.xib',
282 'app/nibs/Toolbar.xib', 282 'app/nibs/Toolbar.xib',
283 'app/nibs/WrenchMenu.xib', 283 'app/nibs/WrenchMenu.xib',
284 'app/theme/balloon_wrench.pdf', 284 'app/theme/balloon_wrench.pdf',
285 'app/theme/chevron.pdf', 285 'app/theme/chevron.pdf',
286 'app/theme/find_next_Template.pdf', 286 'app/theme/find_next_Template.pdf',
287 'app/theme/find_prev_Template.pdf', 287 'app/theme/find_prev_Template.pdf',
288 'app/theme/menu_hierarchy_arrow.pdf', 288 'app/theme/menu_hierarchy_arrow.pdf',
289 'app/theme/menu_overflow_down.pdf', 289 'app/theme/menu_overflow_down.pdf',
290 'app/theme/menu_overflow_up.pdf', 290 'app/theme/menu_overflow_up.pdf',
291 'app/theme/nav.pdf',
292 'app/theme/omnibox_extension_app.pdf', 291 'app/theme/omnibox_extension_app.pdf',
293 'app/theme/omnibox_http.pdf', 292 'app/theme/omnibox_http.pdf',
294 'app/theme/omnibox_https_invalid.pdf', 293 'app/theme/omnibox_https_invalid.pdf',
295 'app/theme/omnibox_https_valid.pdf', 294 'app/theme/omnibox_https_valid.pdf',
296 'app/theme/omnibox_https_warning.pdf', 295 'app/theme/omnibox_https_warning.pdf',
297 'app/theme/omnibox_search.pdf', 296 'app/theme/omnibox_search.pdf',
298 'app/theme/omnibox_tts.pdf', 297 'app/theme/omnibox_tts.pdf',
299 'app/theme/otr_icon.pdf', 298 'app/theme/otr_icon.pdf',
300 'browser/mac/install.sh', 299 'browser/mac/install.sh',
301 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak', 300 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak',
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
547 ], 546 ],
548 }], 547 }],
549 ], # conditions 548 ], # conditions
550 }], # OS=="mac" 549 }], # OS=="mac"
551 ], # conditions 550 ], # conditions
552 }, # target chrome_dll 551 }, # target chrome_dll
553 ], # targets 552 ], # targets
554 }], # OS=="mac" or OS=="win" 553 }], # OS=="mac" or OS=="win"
555 ], 554 ],
556 } 555 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/favicon_source.cc ('k') | chrome/common/chrome_content_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698