OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 '<(DEPTH)/webkit/tools/test_shell/simple_socket_stream_bridge.h', | 95 '<(DEPTH)/webkit/tools/test_shell/simple_socket_stream_bridge.h', |
96 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.cc', | 96 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.cc', |
97 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.h', | 97 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.h', |
98 '<(DEPTH)/webkit/tools/test_shell/test_shell_request_context.cc', | 98 '<(DEPTH)/webkit/tools/test_shell/test_shell_request_context.cc', |
99 '<(DEPTH)/webkit/tools/test_shell/test_shell_request_context.h', | 99 '<(DEPTH)/webkit/tools/test_shell/test_shell_request_context.h', |
100 '<(DEPTH)/webkit/tools/test_shell/test_shell_webblobregistry_impl.cc', | 100 '<(DEPTH)/webkit/tools/test_shell/test_shell_webblobregistry_impl.cc', |
101 '<(DEPTH)/webkit/tools/test_shell/test_shell_webblobregistry_impl.h', | 101 '<(DEPTH)/webkit/tools/test_shell/test_shell_webblobregistry_impl.h', |
102 '<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.cc', | 102 '<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.cc', |
103 '<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.h', | 103 '<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.h', |
104 ], | 104 ], |
| 105 'conditions': [ |
| 106 ['inside_chromium_build==0', { |
| 107 'dependencies': [ |
| 108 'setup_third_party.gyp:third_party_headers', |
| 109 ], |
| 110 }], |
| 111 ], |
105 }, | 112 }, |
106 ], | 113 ], |
107 } | 114 } |
108 # Local Variables: | 115 # Local Variables: |
109 # tab-width:2 | 116 # tab-width:2 |
110 # indent-tabs-mode:nil | 117 # indent-tabs-mode:nil |
111 # End: | 118 # End: |
112 # vim: set expandtab tabstop=2 shiftwidth=2: | 119 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |