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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 10582009: mac: Remove star.pdf in favor of star.png (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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
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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 'app/theme/menu_overflow_up.pdf', 290 'app/theme/menu_overflow_up.pdf',
291 'app/theme/nav.pdf', 291 'app/theme/nav.pdf',
292 'app/theme/omnibox_extension_app.pdf', 292 'app/theme/omnibox_extension_app.pdf',
293 'app/theme/omnibox_http.pdf', 293 'app/theme/omnibox_http.pdf',
294 'app/theme/omnibox_https_invalid.pdf', 294 'app/theme/omnibox_https_invalid.pdf',
295 'app/theme/omnibox_https_valid.pdf', 295 'app/theme/omnibox_https_valid.pdf',
296 'app/theme/omnibox_https_warning.pdf', 296 'app/theme/omnibox_https_warning.pdf',
297 'app/theme/omnibox_search.pdf', 297 'app/theme/omnibox_search.pdf',
298 'app/theme/omnibox_tts.pdf', 298 'app/theme/omnibox_tts.pdf',
299 'app/theme/otr_icon.pdf', 299 'app/theme/otr_icon.pdf',
300 'app/theme/star.pdf',
301 'app/theme/star_lit.pdf',
302 'browser/mac/install.sh', 300 'browser/mac/install.sh',
303 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak', 301 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak',
304 '<(SHARED_INTERMEDIATE_DIR)/repack/resources.pak', 302 '<(SHARED_INTERMEDIATE_DIR)/repack/resources.pak',
305 '<(grit_out_dir)/theme_resources_standard.pak', 303 '<(grit_out_dir)/theme_resources_standard.pak',
306 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resource s_standard.pak', 304 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resource s_standard.pak',
307 '<!@pymod_do_main(repack_locales -o -g <(grit_out_dir) -s <(SHAR ED_INTERMEDIATE_DIR) -x <(SHARED_INTERMEDIATE_DIR) <(locales))', 305 '<!@pymod_do_main(repack_locales -o -g <(grit_out_dir) -s <(SHAR ED_INTERMEDIATE_DIR) -x <(SHARED_INTERMEDIATE_DIR) <(locales))',
308 # Note: pseudo_locales are generated via the packed_resources 306 # Note: pseudo_locales are generated via the packed_resources
309 # dependency but not copied to the final target. See 307 # dependency but not copied to the final target. See
310 # common.gypi for more info. 308 # common.gypi for more info.
311 ], 309 ],
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 ], 547 ],
550 }], 548 }],
551 ], # conditions 549 ], # conditions
552 }], # OS=="mac" 550 }], # OS=="mac"
553 ], # conditions 551 ], # conditions
554 }, # target chrome_dll 552 }, # target chrome_dll
555 ], # targets 553 ], # targets
556 }], # OS=="mac" or OS=="win" 554 }], # OS=="mac" or OS=="win"
557 ], 555 ],
558 } 556 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698