OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 870 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
881 ['OS == "ios" or OS == "android"', { | 881 ['OS == "ios" or OS == "android"', { |
882 'dependencies!': [ | 882 'dependencies!': [ |
883 '../components/components.gyp:storage_monitor', | 883 '../components/components.gyp:storage_monitor', |
884 ], | 884 ], |
885 }], | 885 }], |
886 ['chromeos == 1', { | 886 ['chromeos == 1', { |
887 'dependencies': [ | 887 'dependencies': [ |
888 '../chromeos/chromeos.gyp:chromeos', | 888 '../chromeos/chromeos.gyp:chromeos', |
889 ], | 889 ], |
890 'sources': [ | 890 'sources': [ |
| 891 'browser/api/networking_config/networking_config_api.cc', |
| 892 'browser/api/networking_config/networking_config_api.h', |
| 893 'browser/api/networking_config/networking_config_service.cc', |
| 894 'browser/api/networking_config/networking_config_service.h', |
| 895 'browser/api/networking_config/networking_config_service_factory.cc'
, |
| 896 'browser/api/networking_config/networking_config_service_factory.h', |
891 'browser/api/vpn_provider/vpn_provider_api.cc', | 897 'browser/api/vpn_provider/vpn_provider_api.cc', |
892 'browser/api/vpn_provider/vpn_provider_api.h', | 898 'browser/api/vpn_provider/vpn_provider_api.h', |
893 'browser/api/vpn_provider/vpn_service.cc', | 899 'browser/api/vpn_provider/vpn_service.cc', |
894 'browser/api/vpn_provider/vpn_service.h', | 900 'browser/api/vpn_provider/vpn_service.h', |
895 'browser/api/vpn_provider/vpn_service_factory.h' | 901 'browser/api/vpn_provider/vpn_service_factory.h' |
896 ] | 902 ] |
897 }], | 903 }], |
898 ['OS == "win" or OS == "mac"', { | 904 ['OS == "win" or OS == "mac"', { |
899 'dependencies': [ | 905 'dependencies': [ |
900 '../components/components.gyp:wifi_component', | 906 '../components/components.gyp:wifi_component', |
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1235 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', | 1241 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', |
1236 ], | 1242 ], |
1237 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', | 1243 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', |
1238 }, | 1244 }, |
1239 'includes': [ '../build/repack_action.gypi' ], | 1245 'includes': [ '../build/repack_action.gypi' ], |
1240 }, | 1246 }, |
1241 ], | 1247 ], |
1242 }, | 1248 }, |
1243 ] | 1249 ] |
1244 } | 1250 } |
OLD | NEW |