OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which | 7 # This turns on e.g. the filename-based detection of which |
8 # platforms to include source files on (e.g. files ending in | 8 # platforms to include source files on (e.g. files ending in |
9 # _mac.h or _mac.cc are only compiled on MacOSX). | 9 # _mac.h or _mac.cc are only compiled on MacOSX). |
10 'chromium_code': 1, | 10 'chromium_code': 1, |
(...skipping 1452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1463 'dom_distiller/standalone/content_extractor_browsertest.cc', | 1463 'dom_distiller/standalone/content_extractor_browsertest.cc', |
1464 ], | 1464 ], |
1465 }], | 1465 }], |
1466 ['OS=="win"', { | 1466 ['OS=="win"', { |
1467 'resource_include_dirs': [ | 1467 'resource_include_dirs': [ |
1468 '<(SHARED_INTERMEDIATE_DIR)/content/app/resources', | 1468 '<(SHARED_INTERMEDIATE_DIR)/content/app/resources', |
1469 ], | 1469 ], |
1470 'sources': [ | 1470 'sources': [ |
1471 '../content/shell/app/resource.h', | 1471 '../content/shell/app/resource.h', |
1472 '../content/shell/app/shell.rc', | 1472 '../content/shell/app/shell.rc', |
1473 # TODO: It would be nice to have these pulled in automatically | |
1474 # from direct_dependent_settings in their various targets, but | |
1475 # that causes errors in other targets when resulting .res files | |
1476 # get referenced multiple times. | |
1477 '<(SHARED_INTERMEDIATE_DIR)/content/app/strings/content_strings_
en-US.rc', | |
1478 ], | 1473 ], |
1479 'dependencies': [ | 1474 'dependencies': [ |
1480 '<(DEPTH)/content/app/resources/content_resources.gyp:content_re
sources', | 1475 '<(DEPTH)/content/app/resources/content_resources.gyp:content_re
sources', |
1481 '<(DEPTH)/content/app/strings/content_strings.gyp:content_string
s', | 1476 '<(DEPTH)/content/app/strings/content_strings.gyp:content_string
s', |
1482 '<(DEPTH)/net/net.gyp:net_resources', | 1477 '<(DEPTH)/net/net.gyp:net_resources', |
1483 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_re
sources', | 1478 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_re
sources', |
1484 '<(DEPTH)/third_party/iaccessible2/iaccessible2.gyp:iaccessible2
', | 1479 '<(DEPTH)/third_party/iaccessible2/iaccessible2.gyp:iaccessible2
', |
1485 '<(DEPTH)/third_party/isimpledom/isimpledom.gyp:isimpledom', | 1480 '<(DEPTH)/third_party/isimpledom/isimpledom.gyp:isimpledom', |
1486 ], | 1481 ], |
1487 'configurations': { | 1482 'configurations': { |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1598 'invalidation/impl/android/junit/', | 1593 'invalidation/impl/android/junit/', |
1599 'policy/android/junit/' | 1594 'policy/android/junit/' |
1600 ], | 1595 ], |
1601 }, | 1596 }, |
1602 'includes': [ '../build/host_jar.gypi' ], | 1597 'includes': [ '../build/host_jar.gypi' ], |
1603 }, | 1598 }, |
1604 ], | 1599 ], |
1605 }], | 1600 }], |
1606 ], | 1601 ], |
1607 } | 1602 } |
OLD | NEW |