| OLD | NEW |
| 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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 'app/theme/omnibox_more.pdf', | 273 'app/theme/omnibox_more.pdf', |
| 274 'app/theme/omnibox_search.pdf', | 274 'app/theme/omnibox_search.pdf', |
| 275 'app/theme/omnibox_star.pdf', | 275 'app/theme/omnibox_star.pdf', |
| 276 'app/theme/otr_icon.pdf', | 276 'app/theme/otr_icon.pdf', |
| 277 'app/theme/popup_window_animation.pdf', | 277 'app/theme/popup_window_animation.pdf', |
| 278 'app/theme/reload_Template.pdf', | 278 'app/theme/reload_Template.pdf', |
| 279 'app/theme/star.pdf', | 279 'app/theme/star.pdf', |
| 280 'app/theme/star_lit.pdf', | 280 'app/theme/star_lit.pdf', |
| 281 'app/theme/stop_Template.pdf', | 281 'app/theme/stop_Template.pdf', |
| 282 'app/theme/tools_Template.pdf', | 282 'app/theme/tools_Template.pdf', |
| 283 'app/theme/upgrade_dot.pdf', | |
| 284 'browser/ui/cocoa/install.sh', | 283 'browser/ui/cocoa/install.sh', |
| 285 ], | 284 ], |
| 286 'mac_bundle_resources!': [ | 285 'mac_bundle_resources!': [ |
| 287 'app/framework-Info.plist', | 286 'app/framework-Info.plist', |
| 288 ], | 287 ], |
| 289 'dependencies': [ | 288 'dependencies': [ |
| 290 # Bring in pdfsqueeze and run it on all pdfs | 289 # Bring in pdfsqueeze and run it on all pdfs |
| 291 '../build/temp_gyp/pdfsqueeze.gyp:pdfsqueeze', | 290 '../build/temp_gyp/pdfsqueeze.gyp:pdfsqueeze', |
| 292 '../build/util/support/support.gyp:*', | 291 '../build/util/support/support.gyp:*', |
| 293 # On Mac, Flash gets put into the framework, so we need this | 292 # On Mac, Flash gets put into the framework, so we need this |
| (...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 603 'configurations': { | 602 'configurations': { |
| 604 'Common_Base': { | 603 'Common_Base': { |
| 605 'msvs_target_platform': 'x64', | 604 'msvs_target_platform': 'x64', |
| 606 }, | 605 }, |
| 607 }, | 606 }, |
| 608 }, # target chrome_dll | 607 }, # target chrome_dll |
| 609 ], | 608 ], |
| 610 }], | 609 }], |
| 611 ], | 610 ], |
| 612 } | 611 } |
| OLD | NEW |