| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
| 7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
| 8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
| 9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
| 10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 '../third_party/icu/icu.gyp:icui18n', | 188 '../third_party/icu/icu.gyp:icui18n', |
| 189 '../third_party/icu/icu.gyp:icuuc', | 189 '../third_party/icu/icu.gyp:icuuc', |
| 190 '../third_party/libpng/libpng.gyp:libpng', | 190 '../third_party/libpng/libpng.gyp:libpng', |
| 191 '../third_party/zlib/zlib.gyp:zlib', | 191 '../third_party/zlib/zlib.gyp:zlib', |
| 192 '../testing/gmock.gyp:gmock', | 192 '../testing/gmock.gyp:gmock', |
| 193 '../testing/gtest.gyp:gtest', | 193 '../testing/gtest.gyp:gtest', |
| 194 '../third_party/npapi/npapi.gyp:npapi', | 194 '../third_party/npapi/npapi.gyp:npapi', |
| 195 # Runtime dependencies | 195 # Runtime dependencies |
| 196 '../ppapi/ppapi_internal.gyp:ppapi_tests', | 196 '../ppapi/ppapi_internal.gyp:ppapi_tests', |
| 197 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', | 197 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', |
| 198 '../webkit/support/webkit_support.gyp:webkit_resources', | 198 '../webkit/webkit_resources.gyp:webkit_temp_resources', |
| 199 ], | 199 ], |
| 200 'include_dirs': [ | 200 'include_dirs': [ |
| 201 '..', | 201 '..', |
| 202 ], | 202 ], |
| 203 'defines': [ | 203 'defines': [ |
| 204 'HAS_OUT_OF_PROC_TEST_RUNNER', | 204 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 205 'INTERACTIVE_TESTS', | 205 'INTERACTIVE_TESTS', |
| 206 ], | 206 ], |
| 207 'sources': [ | 207 'sources': [ |
| 208 'browser/autofill/autofill_interactive_uitest.cc', | 208 'browser/autofill/autofill_interactive_uitest.cc', |
| (...skipping 3206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3415 '../base/base.gyp:test_support_base', | 3415 '../base/base.gyp:test_support_base', |
| 3416 ], | 3416 ], |
| 3417 'sources': [ | 3417 'sources': [ |
| 3418 'browser/local_discovery/service_discovery_sniffer.h', | 3418 'browser/local_discovery/service_discovery_sniffer.h', |
| 3419 'browser/local_discovery/service_discovery_sniffer.cc', | 3419 'browser/local_discovery/service_discovery_sniffer.cc', |
| 3420 ], | 3420 ], |
| 3421 }] | 3421 }] |
| 3422 }], | 3422 }], |
| 3423 ], # 'conditions' | 3423 ], # 'conditions' |
| 3424 } | 3424 } |
| OLD | NEW |