| 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 973 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 984 '<@(web_modal_unittest_sources)', | 984 '<@(web_modal_unittest_sources)', |
| 985 ], | 985 ], |
| 986 'dependencies': [ | 986 'dependencies': [ |
| 987 '../skia/skia.gyp:skia', | 987 '../skia/skia.gyp:skia', |
| 988 'components.gyp:autofill_content_browser', | 988 'components.gyp:autofill_content_browser', |
| 989 'components.gyp:autofill_content_renderer', | 989 'components.gyp:autofill_content_renderer', |
| 990 'components.gyp:autofill_content_test_support', | 990 'components.gyp:autofill_content_test_support', |
| 991 'components.gyp:data_reduction_proxy_content_browser', | 991 'components.gyp:data_reduction_proxy_content_browser', |
| 992 'components.gyp:devtools_http_handler', | 992 'components.gyp:devtools_http_handler', |
| 993 'components.gyp:dom_distiller_content_browser', | 993 'components.gyp:dom_distiller_content_browser', |
| 994 'components.gyp:dom_distiller_content_renderer', |
| 994 'components.gyp:error_page_renderer', | 995 'components.gyp:error_page_renderer', |
| 995 'components.gyp:favicon_content', | 996 'components.gyp:favicon_content', |
| 996 'components.gyp:guest_view_browser', | 997 'components.gyp:guest_view_browser', |
| 997 'components.gyp:guest_view_common', | 998 'components.gyp:guest_view_common', |
| 998 'components.gyp:guest_view_test_support', | 999 'components.gyp:guest_view_test_support', |
| 999 'components.gyp:history_content_browser', | 1000 'components.gyp:history_content_browser', |
| 1000 'components.gyp:keyed_service_content', | 1001 'components.gyp:keyed_service_content', |
| 1001 'components.gyp:navigation_interception', | 1002 'components.gyp:navigation_interception', |
| 1002 'components.gyp:network_hints_renderer', | 1003 'components.gyp:network_hints_renderer', |
| 1003 'components.gyp:password_manager_content_browser', | 1004 'components.gyp:password_manager_content_browser', |
| (...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1424 '../content/content_shell_and_tests.gyp:content_shell_pak', | 1425 '../content/content_shell_and_tests.gyp:content_shell_pak', |
| 1425 '../content/content_shell_and_tests.gyp:test_support_content', | 1426 '../content/content_shell_and_tests.gyp:test_support_content', |
| 1426 '../skia/skia.gyp:skia', | 1427 '../skia/skia.gyp:skia', |
| 1427 '../testing/gmock.gyp:gmock', | 1428 '../testing/gmock.gyp:gmock', |
| 1428 '../testing/gtest.gyp:gtest', | 1429 '../testing/gtest.gyp:gtest', |
| 1429 'components.gyp:autofill_content_browser', | 1430 'components.gyp:autofill_content_browser', |
| 1430 'components.gyp:autofill_content_renderer', | 1431 'components.gyp:autofill_content_renderer', |
| 1431 'components.gyp:content_settings_core_browser', | 1432 'components.gyp:content_settings_core_browser', |
| 1432 'components.gyp:content_settings_core_common', | 1433 'components.gyp:content_settings_core_common', |
| 1433 'components.gyp:dom_distiller_content_browser', | 1434 'components.gyp:dom_distiller_content_browser', |
| 1435 'components.gyp:dom_distiller_content_renderer', |
| 1434 'components.gyp:dom_distiller_core', | 1436 'components.gyp:dom_distiller_core', |
| 1435 'components.gyp:password_manager_content_renderer', | 1437 'components.gyp:password_manager_content_renderer', |
| 1436 'components.gyp:pref_registry_test_support', | 1438 'components.gyp:pref_registry_test_support', |
| 1437 'components_resources.gyp:components_resources', | 1439 'components_resources.gyp:components_resources', |
| 1438 'components_strings.gyp:components_strings', | 1440 'components_strings.gyp:components_strings', |
| 1439 'components_tests_pak', | 1441 'components_tests_pak', |
| 1440 ], | 1442 ], |
| 1441 'include_dirs': [ | 1443 'include_dirs': [ |
| 1442 '..', | 1444 '..', |
| 1443 ], | 1445 ], |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1601 'invalidation/impl/android/junit/', | 1603 'invalidation/impl/android/junit/', |
| 1602 'policy/android/junit/' | 1604 'policy/android/junit/' |
| 1603 ], | 1605 ], |
| 1604 }, | 1606 }, |
| 1605 'includes': [ '../build/host_jar.gypi' ], | 1607 'includes': [ '../build/host_jar.gypi' ], |
| 1606 }, | 1608 }, |
| 1607 ], | 1609 ], |
| 1608 }], | 1610 }], |
| 1609 ], | 1611 ], |
| 1610 } | 1612 } |
| OLD | NEW |