| 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 '../content/content.gyp:content_plugin', | 55 '../content/content.gyp:content_plugin', |
| 56 '../content/content.gyp:content_ppapi_plugin', | 56 '../content/content.gyp:content_ppapi_plugin', |
| 57 '../content/content.gyp:content_renderer', | 57 '../content/content.gyp:content_renderer', |
| 58 '../content/content.gyp:content_utility', | 58 '../content/content.gyp:content_utility', |
| 59 '../content/content.gyp:content_worker', | 59 '../content/content.gyp:content_worker', |
| 60 '../content/content.gyp:test_support_content', | 60 '../content/content.gyp:test_support_content', |
| 61 '../ipc/ipc.gyp:test_support_ipc', | 61 '../ipc/ipc.gyp:test_support_ipc', |
| 62 '../media/media.gyp:media_test_support', | 62 '../media/media.gyp:media_test_support', |
| 63 '../net/net.gyp:net', | 63 '../net/net.gyp:net', |
| 64 '../net/net.gyp:net_test_support', | 64 '../net/net.gyp:net_test_support', |
| 65 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
| 65 '../skia/skia.gyp:skia', | 66 '../skia/skia.gyp:skia', |
| 66 '../testing/gmock.gyp:gmock', | 67 '../testing/gmock.gyp:gmock', |
| 67 '../testing/gtest.gyp:gtest', | 68 '../testing/gtest.gyp:gtest', |
| 68 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 69 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 69 '../ui/compositor/compositor.gyp:compositor_test_support', | 70 '../ui/compositor/compositor.gyp:compositor_test_support', |
| 70 ], | 71 ], |
| 71 'export_dependent_settings': [ | 72 'export_dependent_settings': [ |
| 72 'renderer', | 73 'renderer', |
| 73 'app/policy/cloud_policy_codegen.gyp:policy', | 74 'app/policy/cloud_policy_codegen.gyp:policy', |
| 74 '../base/base.gyp:test_support_base', | 75 '../base/base.gyp:test_support_base', |
| (...skipping 4779 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4854 '--result', '<@(_outputs)', | 4855 '--result', '<@(_outputs)', |
| 4855 '--isolate', 'browser_tests.isolate', | 4856 '--isolate', 'browser_tests.isolate', |
| 4856 ], | 4857 ], |
| 4857 }, | 4858 }, |
| 4858 ], | 4859 ], |
| 4859 }, | 4860 }, |
| 4860 ], | 4861 ], |
| 4861 }], | 4862 }], |
| 4862 ], # 'conditions' | 4863 ], # 'conditions' |
| 4863 } | 4864 } |
| OLD | NEW |