| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 'layouttest_support_content_sources': [ | 7 'layouttest_support_content_sources': [ |
| 8 'public/test/layouttest_support.h', | 8 'public/test/layouttest_support.h', |
| 9 'public/test/nested_message_pump_android.cc', | 9 'public/test/nested_message_pump_android.cc', |
| 10 'public/test/nested_message_pump_android.h', | 10 'public/test/nested_message_pump_android.h', |
| (...skipping 1491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1502 'resource_include_dirs': [ | 1502 'resource_include_dirs': [ |
| 1503 '<(SHARED_INTERMEDIATE_DIR)/webkit', | 1503 '<(SHARED_INTERMEDIATE_DIR)/webkit', |
| 1504 ], | 1504 ], |
| 1505 'sources': [ | 1505 'sources': [ |
| 1506 '<@(content_browsertests_win_sources)', | 1506 '<@(content_browsertests_win_sources)', |
| 1507 'shell/app/resource.h', | 1507 'shell/app/resource.h', |
| 1508 'shell/app/shell.rc', | 1508 'shell/app/shell.rc', |
| 1509 ], | 1509 ], |
| 1510 'dependencies': [ | 1510 'dependencies': [ |
| 1511 '<(DEPTH)/content/app/strings/content_strings.gyp:content_string
s', | 1511 '<(DEPTH)/content/app/strings/content_strings.gyp:content_string
s', |
| 1512 '<(DEPTH)/media/media.gyp:media_features', |
| 1512 '<(DEPTH)/net/net.gyp:net_resources', | 1513 '<(DEPTH)/net/net.gyp:net_resources', |
| 1513 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_re
sources', | 1514 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_re
sources', |
| 1514 '<(DEPTH)/third_party/iaccessible2/iaccessible2.gyp:iaccessible2
', | 1515 '<(DEPTH)/third_party/iaccessible2/iaccessible2.gyp:iaccessible2
', |
| 1515 '<(DEPTH)/third_party/isimpledom/isimpledom.gyp:isimpledom', | 1516 '<(DEPTH)/third_party/isimpledom/isimpledom.gyp:isimpledom', |
| 1516 ], | 1517 ], |
| 1517 'configurations': { | 1518 'configurations': { |
| 1518 'Debug_Base': { | 1519 'Debug_Base': { |
| 1519 'msvs_settings': { | 1520 'msvs_settings': { |
| 1520 'VCLinkerTool': { | 1521 'VCLinkerTool': { |
| 1521 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', | 1522 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', |
| (...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2215 'content_unittests_apk.isolate', | 2216 'content_unittests_apk.isolate', |
| 2216 ], | 2217 ], |
| 2217 }, | 2218 }, |
| 2218 ], | 2219 ], |
| 2219 }, | 2220 }, |
| 2220 ], | 2221 ], |
| 2221 ], | 2222 ], |
| 2222 }], | 2223 }], |
| 2223 ], | 2224 ], |
| 2224 } | 2225 } |
| OLD | NEW |