| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'variables': { | 8 'variables': { |
| 9 'version_py_path': 'tools/build/version.py', | 9 'version_py_path': 'tools/build/version.py', |
| 10 'version_path': 'VERSION', | 10 'version_path': 'VERSION', |
| (...skipping 1201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1212 ], | 1212 ], |
| 1213 'message': 'Generating version header file: <@(_outputs)', | 1213 'message': 'Generating version header file: <@(_outputs)', |
| 1214 }, | 1214 }, |
| 1215 ], | 1215 ], |
| 1216 }, | 1216 }, |
| 1217 { | 1217 { |
| 1218 'target_name': 'automation', | 1218 'target_name': 'automation', |
| 1219 'type': 'static_library', | 1219 'type': 'static_library', |
| 1220 'dependencies': [ | 1220 'dependencies': [ |
| 1221 'chrome_resources.gyp:theme_resources', | 1221 'chrome_resources.gyp:theme_resources', |
| 1222 '../base/base.gyp:test_support_base', | |
| 1223 '../skia/skia.gyp:skia', | 1222 '../skia/skia.gyp:skia', |
| 1224 '../testing/gtest.gyp:gtest', | |
| 1225 ], | 1223 ], |
| 1226 'include_dirs': [ | 1224 'include_dirs': [ |
| 1227 '..', | 1225 '..', |
| 1228 ], | 1226 ], |
| 1229 'sources': [ | 1227 'sources': [ |
| 1230 'test/automation/automation_handle_tracker.cc', | 1228 'test/automation/automation_handle_tracker.cc', |
| 1231 'test/automation/automation_handle_tracker.h', | 1229 'test/automation/automation_handle_tracker.h', |
| 1232 'test/automation/automation_json_requests.cc', | 1230 'test/automation/automation_json_requests.cc', |
| 1233 'test/automation/automation_json_requests.h', | 1231 'test/automation/automation_json_requests.h', |
| 1234 'test/automation/automation_proxy.cc', | 1232 'test/automation/automation_proxy.cc', |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1302 'configurations': { | 1300 'configurations': { |
| 1303 'Common_Base': { | 1301 'Common_Base': { |
| 1304 'msvs_target_platform': 'x64', | 1302 'msvs_target_platform': 'x64', |
| 1305 }, | 1303 }, |
| 1306 }, | 1304 }, |
| 1307 }, | 1305 }, |
| 1308 ]}, # 'targets' | 1306 ]}, # 'targets' |
| 1309 ], # OS=="win" | 1307 ], # OS=="win" |
| 1310 ], # 'conditions' | 1308 ], # 'conditions' |
| 1311 } | 1309 } |
| OLD | NEW |