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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 | 8 |
9 # Define the common dependencies that contain all the actual | 9 # Define the common dependencies that contain all the actual |
10 # Chromium functionality. This list gets pulled in below by | 10 # Chromium functionality. This list gets pulled in below by |
(...skipping 3235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3246 'app/chrome_exe_main_gtk.cc', | 3246 'app/chrome_exe_main_gtk.cc', |
3247 'app/chrome_exe_resource.h', | 3247 'app/chrome_exe_resource.h', |
3248 'app/client_util.cc', | 3248 'app/client_util.cc', |
3249 'app/client_util.h', | 3249 'app/client_util.h', |
3250 'app/google_update_client.cc', | 3250 'app/google_update_client.cc', |
3251 'app/google_update_client.h', | 3251 'app/google_update_client.h', |
3252 'app/hard_error_handler_win.cc', | 3252 'app/hard_error_handler_win.cc', |
3253 'app/hard_error_handler_win.h', | 3253 'app/hard_error_handler_win.h', |
3254 'app/scoped_ole_initializer.h', | 3254 'app/scoped_ole_initializer.h', |
3255 ], | 3255 ], |
3256 'dependencies': [ | |
3257 '../build/util/support/support.gyp:*', | |
3258 ], | |
3259 'mac_bundle_resources': [ | 3256 'mac_bundle_resources': [ |
3260 'app/app-Info.plist', | 3257 'app/app-Info.plist', |
3261 ], | 3258 ], |
3262 # TODO(mark): Come up with a fancier way to do this. It should only | 3259 # TODO(mark): Come up with a fancier way to do this. It should only |
3263 # be necessary to list app-Info.plist once, not the three times it is | 3260 # be necessary to list app-Info.plist once, not the three times it is |
3264 # listed here. | 3261 # listed here. |
3265 'mac_bundle_resources!': [ | 3262 'mac_bundle_resources!': [ |
3266 'app/app-Info.plist', | 3263 'app/app-Info.plist', |
3267 ], | 3264 ], |
3268 'xcode_settings': { | 3265 'xcode_settings': { |
3269 'INFOPLIST_FILE': 'app/app-Info.plist', | 3266 'INFOPLIST_FILE': 'app/app-Info.plist', |
3270 }, | 3267 }, |
3271 'conditions': [ | 3268 'conditions': [ |
| 3269 ['chrome_frame_define==1 and OS=="win"', { |
| 3270 'dependencies': [ |
| 3271 '../chrome_frame/chrome_frame.gyp:npchrome_tab', |
| 3272 ], |
| 3273 }], |
3272 ['OS=="linux" or OS=="freebsd"', { | 3274 ['OS=="linux" or OS=="freebsd"', { |
3273 'actions': [ | 3275 'actions': [ |
3274 { | 3276 { |
3275 'action_name': 'manpage', | 3277 'action_name': 'manpage', |
3276 'conditions': [ | 3278 'conditions': [ |
3277 [ 'branding == "Chrome"', { | 3279 [ 'branding == "Chrome"', { |
3278 'variables': { | 3280 'variables': { |
3279 'name': 'Google Chrome', | 3281 'name': 'Google Chrome', |
3280 'filename': 'google-chrome', | 3282 'filename': 'google-chrome', |
3281 'confdir': 'google-chrome', | 3283 'confdir': 'google-chrome', |
(...skipping 2542 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5824 '../build/temp_gyp/googleurl.gyp:*', | 5826 '../build/temp_gyp/googleurl.gyp:*', |
5825 | 5827 |
5826 '../breakpad/breakpad.gyp:*', | 5828 '../breakpad/breakpad.gyp:*', |
5827 '../courgette/courgette.gyp:*', | 5829 '../courgette/courgette.gyp:*', |
5828 '../gears/gears.gyp:*', | 5830 '../gears/gears.gyp:*', |
5829 '../rlz/rlz.gyp:*', | 5831 '../rlz/rlz.gyp:*', |
5830 '../sandbox/sandbox.gyp:*', | 5832 '../sandbox/sandbox.gyp:*', |
5831 '../tools/memory_watcher/memory_watcher.gyp:*', | 5833 '../tools/memory_watcher/memory_watcher.gyp:*', |
5832 '../v8/tools/gyp/v8.gyp:v8_shell', | 5834 '../v8/tools/gyp/v8.gyp:v8_shell', |
5833 ], | 5835 ], |
| 5836 'conditions': [ |
| 5837 ['chrome_frame_define==1', { |
| 5838 'dependencies': [ |
| 5839 '../chrome_frame/chrome_frame.gyp:*', |
| 5840 ], |
| 5841 }], |
| 5842 ], |
5834 }, | 5843 }, |
5835 { | 5844 { |
5836 'target_name': 'chrome_dll_version', | 5845 'target_name': 'chrome_dll_version', |
5837 'type': 'none', | 5846 'type': 'none', |
5838 #'msvs_guid': '414D4D24-5D65-498B-A33F-3A29AD3CDEDC', | 5847 #'msvs_guid': '414D4D24-5D65-498B-A33F-3A29AD3CDEDC', |
5839 'dependencies': [ | 5848 'dependencies': [ |
5840 '../build/util/build_util.gyp:lastchange', | 5849 '../build/util/build_util.gyp:lastchange', |
5841 ], | 5850 ], |
5842 'direct_dependent_settings': { | 5851 'direct_dependent_settings': { |
5843 'include_dirs': [ | 5852 'include_dirs': [ |
(...skipping 1016 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6860 ], # targets when chrome_personalization==1 | 6869 ], # targets when chrome_personalization==1 |
6861 }], | 6870 }], |
6862 ], # 'conditions' | 6871 ], # 'conditions' |
6863 } | 6872 } |
6864 | 6873 |
6865 # Local Variables: | 6874 # Local Variables: |
6866 # tab-width:2 | 6875 # tab-width:2 |
6867 # indent-tabs-mode:nil | 6876 # indent-tabs-mode:nil |
6868 # End: | 6877 # End: |
6869 # vim: set expandtab tabstop=2 shiftwidth=2: | 6878 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |