OLD | NEW |
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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
285 'app/theme/find_prev_Template.pdf', | 285 'app/theme/find_prev_Template.pdf', |
286 'app/theme/menu_hierarchy_arrow.pdf', | 286 'app/theme/menu_hierarchy_arrow.pdf', |
287 'app/theme/menu_overflow_down.pdf', | 287 'app/theme/menu_overflow_down.pdf', |
288 'app/theme/menu_overflow_up.pdf', | 288 'app/theme/menu_overflow_up.pdf', |
289 'app/theme/otr_icon.pdf', | 289 'app/theme/otr_icon.pdf', |
290 'browser/mac/install.sh', | 290 'browser/mac/install.sh', |
291 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak', | 291 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak', |
292 '<(SHARED_INTERMEDIATE_DIR)/repack/resources.pak', | 292 '<(SHARED_INTERMEDIATE_DIR)/repack/resources.pak', |
293 '<(grit_out_dir)/theme_resources_100_percent.pak', | 293 '<(grit_out_dir)/theme_resources_100_percent.pak', |
294 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_per
cent.pak', | 294 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_per
cent.pak', |
295 '<!@pymod_do_main(repack_locales -o -g <(grit_out_dir) -s <(SHAR
ED_INTERMEDIATE_DIR) -x <(SHARED_INTERMEDIATE_DIR) <(locales))', | 295 '<!@pymod_do_main(repack_locales -o -p <(OS) -g <(grit_out_dir)
-s <(SHARED_INTERMEDIATE_DIR) -x <(SHARED_INTERMEDIATE_DIR) <(locales))', |
296 # Note: pseudo_locales are generated via the packed_resources | 296 # Note: pseudo_locales are generated via the packed_resources |
297 # dependency but not copied to the final target. See | 297 # dependency but not copied to the final target. See |
298 # common.gypi for more info. | 298 # common.gypi for more info. |
299 ], | 299 ], |
300 'mac_bundle_resources!': [ | 300 'mac_bundle_resources!': [ |
301 'app/framework-Info.plist', | 301 'app/framework-Info.plist', |
302 ], | 302 ], |
303 'dependencies': [ | 303 'dependencies': [ |
304 'app_mode_app', | 304 'app_mode_app', |
305 # Bring in pdfsqueeze and run it on all pdfs | 305 # Bring in pdfsqueeze and run it on all pdfs |
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
537 ], | 537 ], |
538 }], | 538 }], |
539 ], # conditions | 539 ], # conditions |
540 }], # OS=="mac" | 540 }], # OS=="mac" |
541 ], # conditions | 541 ], # conditions |
542 }, # target chrome_dll | 542 }, # target chrome_dll |
543 ], # targets | 543 ], # targets |
544 }], # OS=="mac" or OS=="win" | 544 }], # OS=="mac" or OS=="win" |
545 ], | 545 ], |
546 } | 546 } |
OLD | NEW |