| 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 'includes': [ | 6 'includes': [ |
| 7 '../third_party/WebKit/WebKit/chromium/features.gypi', | 7 '../third_party/WebKit/WebKit/chromium/features.gypi', |
| 8 '../third_party/WebKit/WebKit/chromium/WebKit.gypi', | 8 '../third_party/WebKit/WebKit/chromium/WebKit.gypi', |
| 9 '../third_party/WebKit/WebCore/WebCore.gypi', | 9 '../third_party/WebKit/WebCore/WebCore.gypi', |
| 10 'appcache/webkit_appcache.gypi', | |
| 11 'database/webkit_database.gypi', | |
| 12 'glue/webkit_glue.gypi', | |
| 13 'support/webkit_support.gypi', | |
| 14 'tools/test_shell/test_shell.gypi', | 10 'tools/test_shell/test_shell.gypi', |
| 15 ], | 11 ], |
| 16 'variables': { | 12 'variables': { |
| 17 'chromium_code': 1, | 13 'chromium_code': 1, |
| 18 | 14 |
| 19 # List of DevTools source files, ordered by dependencies. It is used both | 15 # List of DevTools source files, ordered by dependencies. It is used both |
| 20 # for copying them to resource dir, and for generating 'devtools.html' file. | 16 # for copying them to resource dir, and for generating 'devtools.html' file. |
| 21 'devtools_files': [ | 17 'devtools_files': [ |
| 22 '<@(devtools_css_files)', | 18 '<@(devtools_css_files)', |
| 23 '../v8/tools/codemap.js', | 19 '../v8/tools/codemap.js', |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 ], | 122 ], |
| 127 }, | 123 }, |
| 128 ], # targets | 124 ], # targets |
| 129 } | 125 } |
| 130 | 126 |
| 131 # Local Variables: | 127 # Local Variables: |
| 132 # tab-width:2 | 128 # tab-width:2 |
| 133 # indent-tabs-mode:nil | 129 # indent-tabs-mode:nil |
| 134 # End: | 130 # End: |
| 135 # vim: set expandtab tabstop=2 shiftwidth=2: | 131 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |