| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 262 'app/theme/omnibox_history.pdf', | 262 'app/theme/omnibox_history.pdf', |
| 263 'app/theme/omnibox_http.pdf', | 263 'app/theme/omnibox_http.pdf', |
| 264 'app/theme/omnibox_https_invalid.pdf', | 264 'app/theme/omnibox_https_invalid.pdf', |
| 265 'app/theme/omnibox_https_valid.pdf', | 265 'app/theme/omnibox_https_valid.pdf', |
| 266 'app/theme/omnibox_https_warning.pdf', | 266 'app/theme/omnibox_https_warning.pdf', |
| 267 'app/theme/omnibox_more.pdf', | 267 'app/theme/omnibox_more.pdf', |
| 268 'app/theme/omnibox_search.pdf', | 268 'app/theme/omnibox_search.pdf', |
| 269 'app/theme/omnibox_star.pdf', | 269 'app/theme/omnibox_star.pdf', |
| 270 'app/theme/omnibox_star_lit.pdf', | 270 'app/theme/omnibox_star_lit.pdf', |
| 271 'app/theme/otr_icon.pdf', | 271 'app/theme/otr_icon.pdf', |
| 272 'app/theme/popup_window_animation.pdf', |
| 272 'app/theme/reload_Template.pdf', | 273 'app/theme/reload_Template.pdf', |
| 273 'app/theme/stop_Template.pdf', | 274 'app/theme/stop_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 Loading... |
| 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 } |
| OLD | NEW |