| 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 834 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 845         '<@(undo_unittest_sources)', | 845         '<@(undo_unittest_sources)', | 
| 846         '<@(update_client_unittest_sources)', | 846         '<@(update_client_unittest_sources)', | 
| 847         '<@(upload_list_unittest_sources)', | 847         '<@(upload_list_unittest_sources)', | 
| 848         '<@(url_formatter_unittest_sources)', | 848         '<@(url_formatter_unittest_sources)', | 
| 849         '<@(url_matcher_unittest_sources)', | 849         '<@(url_matcher_unittest_sources)', | 
| 850         '<@(user_prefs_unittest_sources)', | 850         '<@(user_prefs_unittest_sources)', | 
| 851         '<@(variations_unittest_sources)', | 851         '<@(variations_unittest_sources)', | 
| 852         '<@(wallpaper_unittest_sources)', | 852         '<@(wallpaper_unittest_sources)', | 
| 853         '<@(web_resource_unittest_sources)', | 853         '<@(web_resource_unittest_sources)', | 
| 854         '<@(webdata_unittest_sources)', | 854         '<@(webdata_unittest_sources)', | 
|  | 855         'net_log/net_log_temp_file_unittest.cc', | 
| 855       ], | 856       ], | 
| 856       'include_dirs': [ | 857       'include_dirs': [ | 
| 857         '..', | 858         '..', | 
| 858       ], | 859       ], | 
| 859       'dependencies': [ | 860       'dependencies': [ | 
| 860         '../base/base.gyp:base', | 861         '../base/base.gyp:base', | 
| 861         '../base/base.gyp:base_prefs_test_support', | 862         '../base/base.gyp:base_prefs_test_support', | 
| 862         '../base/base.gyp:test_support_base', | 863         '../base/base.gyp:test_support_base', | 
| 863         '../google_apis/google_apis.gyp:google_apis_test_support', | 864         '../google_apis/google_apis.gyp:google_apis_test_support', | 
| 864         '../jingle/jingle.gyp:notifier_test_util', | 865         '../jingle/jingle.gyp:notifier_test_util', | 
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 924         'components.gyp:json_schema', | 925         'components.gyp:json_schema', | 
| 925         'components.gyp:keyed_service_core', | 926         'components.gyp:keyed_service_core', | 
| 926         'components.gyp:language_usage_metrics', | 927         'components.gyp:language_usage_metrics', | 
| 927         'components.gyp:leveldb_proto', | 928         'components.gyp:leveldb_proto', | 
| 928         'components.gyp:leveldb_proto_test_support', | 929         'components.gyp:leveldb_proto_test_support', | 
| 929         'components.gyp:login', | 930         'components.gyp:login', | 
| 930         'components.gyp:memory_pressure', | 931         'components.gyp:memory_pressure', | 
| 931         'components.gyp:metrics', | 932         'components.gyp:metrics', | 
| 932         'components.gyp:metrics_net', | 933         'components.gyp:metrics_net', | 
| 933         'components.gyp:metrics_test_support', | 934         'components.gyp:metrics_test_support', | 
|  | 935         'components.gyp:net_log', | 
| 934         'components.gyp:network_time', | 936         'components.gyp:network_time', | 
| 935         'components.gyp:offline_pages', | 937         'components.gyp:offline_pages', | 
| 936         'components.gyp:omnibox_browser', | 938         'components.gyp:omnibox_browser', | 
| 937         'components.gyp:omnibox_test_support', | 939         'components.gyp:omnibox_test_support', | 
| 938         'components.gyp:open_from_clipboard', | 940         'components.gyp:open_from_clipboard', | 
| 939         'components.gyp:open_from_clipboard_test_support', | 941         'components.gyp:open_from_clipboard_test_support', | 
| 940         'components.gyp:os_crypt', | 942         'components.gyp:os_crypt', | 
| 941         'components.gyp:packed_ct_ev_whitelist', | 943         'components.gyp:packed_ct_ev_whitelist', | 
| 942         'components.gyp:password_manager_core_browser', | 944         'components.gyp:password_manager_core_browser', | 
| 943         'components.gyp:password_manager_core_browser_test_support', | 945         'components.gyp:password_manager_core_browser_test_support', | 
| (...skipping 753 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1697               'invalidation/impl/android/junit/', | 1699               'invalidation/impl/android/junit/', | 
| 1698               'policy/android/junit/' | 1700               'policy/android/junit/' | 
| 1699             ], | 1701             ], | 
| 1700           }, | 1702           }, | 
| 1701           'includes': [ '../build/host_jar.gypi' ], | 1703           'includes': [ '../build/host_jar.gypi' ], | 
| 1702          }, | 1704          }, | 
| 1703       ], | 1705       ], | 
| 1704     }], | 1706     }], | 
| 1705   ], | 1707   ], | 
| 1706 } | 1708 } | 
| OLD | NEW | 
|---|