| 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 'variables': { | 5 'variables': { |
| 6 'chromium_code': 1, | 6 'chromium_code': 1, |
| 7 | 7 |
| 8 # Define the common dependencies that contain all the actual | 8 # Define the common dependencies that contain all the actual |
| 9 # Chromium functionality. This list gets pulled in below by | 9 # Chromium functionality. This list gets pulled in below by |
| 10 # the link of the actual chrome (or chromium) executable on | 10 # the link of the actual chrome (or chromium) executable on |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 'browser/devtools/devtools_toggle_action.cc', | 183 'browser/devtools/devtools_toggle_action.cc', |
| 184 'browser/devtools/devtools_toggle_action.h', | 184 'browser/devtools/devtools_toggle_action.h', |
| 185 'browser/devtools/devtools_window.cc', | 185 'browser/devtools/devtools_window.cc', |
| 186 'browser/devtools/devtools_window.h', | 186 'browser/devtools/devtools_window.h', |
| 187 'browser/devtools/port_forwarding_controller.cc', | 187 'browser/devtools/port_forwarding_controller.cc', |
| 188 'browser/devtools/port_forwarding_controller.h', | 188 'browser/devtools/port_forwarding_controller.h', |
| 189 'browser/devtools/remote_debugging_server.cc', | 189 'browser/devtools/remote_debugging_server.cc', |
| 190 'browser/devtools/remote_debugging_server.h', | 190 'browser/devtools/remote_debugging_server.h', |
| 191 ], | 191 ], |
| 192 'conditions': [ | 192 'conditions': [ |
| 193 ['toolkit_uses_gtk == 1', { | |
| 194 'dependencies': [ | |
| 195 '../build/linux/system.gyp:gtk', | |
| 196 ], | |
| 197 }], | |
| 198 ['OS=="android"', { | 193 ['OS=="android"', { |
| 199 'dependencies!': [ | 194 'dependencies!': [ |
| 200 '../third_party/libusb/libusb.gyp:libusb', | 195 '../third_party/libusb/libusb.gyp:libusb', |
| 201 ], | 196 ], |
| 202 'sources!': [ | 197 'sources!': [ |
| 203 'browser/devtools/adb/android_rsa.cc', | 198 'browser/devtools/adb/android_rsa.cc', |
| 204 'browser/devtools/browser_list_tabcontents_provider.cc', | 199 'browser/devtools/browser_list_tabcontents_provider.cc', |
| 205 'browser/devtools/devtools_file_system_indexer.cc', | 200 'browser/devtools/devtools_file_system_indexer.cc', |
| 206 'browser/devtools/devtools_target_impl.cc', | 201 'browser/devtools/devtools_target_impl.cc', |
| 207 'browser/devtools/devtools_window.cc', | 202 'browser/devtools/devtools_window.cc', |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 306 'utility/web_resource_unpacker.h', | 301 'utility/web_resource_unpacker.h', |
| 307 ], | 302 ], |
| 308 'include_dirs': [ | 303 'include_dirs': [ |
| 309 '..', | 304 '..', |
| 310 '<(grit_out_dir)', | 305 '<(grit_out_dir)', |
| 311 ], | 306 ], |
| 312 'export_dependent_settings': [ | 307 'export_dependent_settings': [ |
| 313 'common/extensions/api/api.gyp:chrome_api', | 308 'common/extensions/api/api.gyp:chrome_api', |
| 314 ], | 309 ], |
| 315 'conditions': [ | 310 'conditions': [ |
| 316 ['toolkit_uses_gtk == 1', { | |
| 317 'dependencies': [ | |
| 318 '../build/linux/system.gyp:gtk', | |
| 319 ], | |
| 320 }], | |
| 321 ['OS=="win" or OS=="mac"', { | 311 ['OS=="win" or OS=="mac"', { |
| 322 'sources': [ | 312 'sources': [ |
| 323 'utility/media_galleries/iapps_xml_utils.cc', | 313 'utility/media_galleries/iapps_xml_utils.cc', |
| 324 'utility/media_galleries/iapps_xml_utils.h', | 314 'utility/media_galleries/iapps_xml_utils.h', |
| 325 'utility/media_galleries/itunes_library_parser.cc', | 315 'utility/media_galleries/itunes_library_parser.cc', |
| 326 'utility/media_galleries/itunes_library_parser.h', | 316 'utility/media_galleries/itunes_library_parser.h', |
| 327 'utility/media_galleries/picasa_album_table_reader.cc', | 317 'utility/media_galleries/picasa_album_table_reader.cc', |
| 328 'utility/media_galleries/picasa_album_table_reader.h', | 318 'utility/media_galleries/picasa_album_table_reader.h', |
| 329 'utility/media_galleries/picasa_albums_indexer.cc', | 319 'utility/media_galleries/picasa_albums_indexer.cc', |
| 330 'utility/media_galleries/picasa_albums_indexer.h', | 320 'utility/media_galleries/picasa_albums_indexer.h', |
| (...skipping 732 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1063 'service/service_process.h', | 1053 'service/service_process.h', |
| 1064 'service/service_process_prefs.cc', | 1054 'service/service_process_prefs.cc', |
| 1065 'service/service_process_prefs.h', | 1055 'service/service_process_prefs.h', |
| 1066 'service/service_utility_process_host.cc', | 1056 'service/service_utility_process_host.cc', |
| 1067 'service/service_utility_process_host.h', | 1057 'service/service_utility_process_host.h', |
| 1068 ], | 1058 ], |
| 1069 'include_dirs': [ | 1059 'include_dirs': [ |
| 1070 '..', | 1060 '..', |
| 1071 ], | 1061 ], |
| 1072 'conditions': [ | 1062 'conditions': [ |
| 1073 ['toolkit_uses_gtk == 1', { | |
| 1074 'dependencies': [ | |
| 1075 '../build/linux/system.gyp:gtk', | |
| 1076 ], | |
| 1077 }], | |
| 1078 ['use_cups==1', { | 1063 ['use_cups==1', { |
| 1079 'dependencies': [ | 1064 'dependencies': [ |
| 1080 '../printing/printing.gyp:cups', | 1065 '../printing/printing.gyp:cups', |
| 1081 ], | 1066 ], |
| 1082 'sources': [ | 1067 'sources': [ |
| 1083 'service/cloud_print/print_system_cups.cc', | 1068 'service/cloud_print/print_system_cups.cc', |
| 1084 ], | 1069 ], |
| 1085 }], | 1070 }], |
| 1086 ['OS!="win" and use_cups!=1', { | 1071 ['OS!="win" and use_cups!=1', { |
| 1087 'sources': [ | 1072 'sources': [ |
| 1088 'service/cloud_print/print_system_dummy.cc', | 1073 'service/cloud_print/print_system_dummy.cc', |
| 1089 ], | 1074 ], |
| 1090 }], | 1075 }], |
| 1091 ], | 1076 ], |
| 1092 }, | 1077 }, |
| 1093 ], | 1078 ], |
| 1094 }], | 1079 }], |
| 1095 ], # 'conditions' | 1080 ], # 'conditions' |
| 1096 } | 1081 } |
| OLD | NEW |