OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser_extensions', | 8 'target_name': 'browser_extensions', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
429 'browser/extensions/api/web_request/web_request_api_helpers.cc', | 429 'browser/extensions/api/web_request/web_request_api_helpers.cc', |
430 'browser/extensions/api/web_request/web_request_api_helpers.h', | 430 'browser/extensions/api/web_request/web_request_api_helpers.h', |
431 'browser/extensions/api/web_request/web_request_permissions.cc', | 431 'browser/extensions/api/web_request/web_request_permissions.cc', |
432 'browser/extensions/api/web_request/web_request_permissions.h', | 432 'browser/extensions/api/web_request/web_request_permissions.h', |
433 'browser/extensions/api/web_request/web_request_time_tracker.cc', | 433 'browser/extensions/api/web_request/web_request_time_tracker.cc', |
434 'browser/extensions/api/web_request/web_request_time_tracker.h', | 434 'browser/extensions/api/web_request/web_request_time_tracker.h', |
435 'browser/extensions/api/web_socket_proxy_private/web_socket_proxy_privat
e_api.cc', | 435 'browser/extensions/api/web_socket_proxy_private/web_socket_proxy_privat
e_api.cc', |
436 'browser/extensions/api/web_socket_proxy_private/web_socket_proxy_privat
e_api.h', | 436 'browser/extensions/api/web_socket_proxy_private/web_socket_proxy_privat
e_api.h', |
437 'browser/extensions/api/webstore_private/webstore_private_api.cc', | 437 'browser/extensions/api/webstore_private/webstore_private_api.cc', |
438 'browser/extensions/api/webstore_private/webstore_private_api.h', | 438 'browser/extensions/api/webstore_private/webstore_private_api.h', |
| 439 'browser/extensions/api/webview/execute_script_function.cc', |
| 440 'browser/extensions/api/webview/execute_script_function.h', |
439 'browser/extensions/app_host_installer_win.cc', | 441 'browser/extensions/app_host_installer_win.cc', |
440 'browser/extensions/app_host_installer_win.h', | 442 'browser/extensions/app_host_installer_win.h', |
441 'browser/extensions/app_launcher.cc', | 443 'browser/extensions/app_launcher.cc', |
442 'browser/extensions/app_launcher.h', | 444 'browser/extensions/app_launcher.h', |
443 'browser/extensions/app_notification.cc', | 445 'browser/extensions/app_notification.cc', |
444 'browser/extensions/app_notification.h', | 446 'browser/extensions/app_notification.h', |
445 'browser/extensions/app_notification_manager.cc', | 447 'browser/extensions/app_notification_manager.cc', |
446 'browser/extensions/app_notification_manager.h', | 448 'browser/extensions/app_notification_manager.h', |
447 'browser/extensions/app_notification_storage.cc', | 449 'browser/extensions/app_notification_storage.cc', |
448 'browser/extensions/app_notification_storage.h', | 450 'browser/extensions/app_notification_storage.h', |
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
953 'variables': { | 955 'variables': { |
954 'proto_in_dir': 'browser/chromeos/contacts', | 956 'proto_in_dir': 'browser/chromeos/contacts', |
955 'proto_out_dir': 'chrome/browser/chromeos/contacts', | 957 'proto_out_dir': 'chrome/browser/chromeos/contacts', |
956 }, | 958 }, |
957 'includes': [ '../build/protoc.gypi' ] | 959 'includes': [ '../build/protoc.gypi' ] |
958 }, | 960 }, |
959 ], | 961 ], |
960 },], # 'chromeos=1' | 962 },], # 'chromeos=1' |
961 ], # 'conditions' | 963 ], # 'conditions' |
962 } | 964 } |
OLD | NEW |