| 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 '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 940 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 951 '../testing/gtest.gyp:gtest', | 951 '../testing/gtest.gyp:gtest', |
| 952 'test_support_common', | 952 'test_support_common', |
| 953 '../sync/sync.gyp:test_support_sync', | 953 '../sync/sync.gyp:test_support_sync', |
| 954 '../sync/sync.gyp:test_support_sync_notifier', | 954 '../sync/sync.gyp:test_support_sync_notifier', |
| 955 '../sync/sync.gyp:test_support_syncapi_core', | 955 '../sync/sync.gyp:test_support_syncapi_core', |
| 956 '../sync/sync.gyp:test_support_syncapi_service', | 956 '../sync/sync.gyp:test_support_syncapi_service', |
| 957 'test_support_unit', | 957 'test_support_unit', |
| 958 # 3) anything tests directly depend on | 958 # 3) anything tests directly depend on |
| 959 '../skia/skia.gyp:skia', | 959 '../skia/skia.gyp:skia', |
| 960 '../third_party/bzip2/bzip2.gyp:bzip2', | 960 '../third_party/bzip2/bzip2.gyp:bzip2', |
| 961 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
| 961 '../third_party/cld/cld.gyp:cld', | 962 '../third_party/cld/cld.gyp:cld', |
| 962 '../third_party/icu/icu.gyp:icui18n', | 963 '../third_party/icu/icu.gyp:icui18n', |
| 963 '../third_party/icu/icu.gyp:icuuc', | 964 '../third_party/icu/icu.gyp:icuuc', |
| 964 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 965 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 965 '../third_party/libjingle/libjingle.gyp:libjingle', | 966 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 966 '../third_party/libxml/libxml.gyp:libxml', | 967 '../third_party/libxml/libxml.gyp:libxml', |
| 967 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:json_
schema_compiler_tests', | 968 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:json_
schema_compiler_tests', |
| 968 '../ui/gl/gl.gyp:gl', | 969 '../ui/gl/gl.gyp:gl', |
| 969 '../ui/ui.gyp:ui_resources', | 970 '../ui/ui.gyp:ui_resources', |
| 970 '../ui/ui.gyp:ui_test_support', | 971 '../ui/ui.gyp:ui_test_support', |
| (...skipping 3690 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4661 '--result', '<@(_outputs)', | 4662 '--result', '<@(_outputs)', |
| 4662 '--isolate', 'browser_tests.isolate', | 4663 '--isolate', 'browser_tests.isolate', |
| 4663 ], | 4664 ], |
| 4664 }, | 4665 }, |
| 4665 ], | 4666 ], |
| 4666 }, | 4667 }, |
| 4667 ], | 4668 ], |
| 4668 }], | 4669 }], |
| 4669 ], # 'conditions' | 4670 ], # 'conditions' |
| 4670 } | 4671 } |
| OLD | NEW |