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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 | 8 |
9 'variables': { | 9 'variables': { |
10 'version_py_path': '../tools/build/version.py', | 10 'version_py_path': '../tools/build/version.py', |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 }, | 73 }, |
74 }, | 74 }, |
75 { | 75 { |
76 'target_name': 'chrome_frame_unittests', | 76 'target_name': 'chrome_frame_unittests', |
77 'type': 'executable', | 77 'type': 'executable', |
78 'dependencies': [ | 78 'dependencies': [ |
79 '../base/base.gyp:test_support_base', | 79 '../base/base.gyp:test_support_base', |
80 '../chrome/app/policy/cloud_policy_codegen.gyp:policy', | 80 '../chrome/app/policy/cloud_policy_codegen.gyp:policy', |
81 '../testing/gmock.gyp:gmock', | 81 '../testing/gmock.gyp:gmock', |
82 '../testing/gtest.gyp:gtest', | 82 '../testing/gtest.gyp:gtest', |
| 83 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
83 'chrome_frame_ie', | 84 'chrome_frame_ie', |
84 'chrome_frame_strings', | 85 'chrome_frame_strings', |
85 'chrome_tab_idl', | 86 'chrome_tab_idl', |
86 ], | 87 ], |
87 'sources': [ | 88 'sources': [ |
88 '<(SHARED_INTERMEDIATE_DIR)/chrome_tab.h', | 89 '<(SHARED_INTERMEDIATE_DIR)/chrome_tab.h', |
89 'chrome_frame_histograms.h', | 90 'chrome_frame_histograms.h', |
90 'chrome_frame_histograms.cc', | 91 'chrome_frame_histograms.cc', |
91 'chrome_frame_unittest_main.cc', | 92 'chrome_frame_unittest_main.cc', |
92 'chrome_launcher.cc', | 93 'chrome_launcher.cc', |
(...skipping 1006 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1099 ], # 'conditions' | 1100 ], # 'conditions' |
1100 } | 1101 } |
1101 | 1102 |
1102 # vim: shiftwidth=2:et:ai:tabstop=2 | 1103 # vim: shiftwidth=2:et:ai:tabstop=2 |
1103 | 1104 |
1104 # Local Variables: | 1105 # Local Variables: |
1105 # tab-width:2 | 1106 # tab-width:2 |
1106 # indent-tabs-mode:nil | 1107 # indent-tabs-mode:nil |
1107 # End: | 1108 # End: |
1108 # vim: set expandtab tabstop=2 shiftwidth=2: | 1109 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |