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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 'app/shell_main_delegate.cc', | 46 'app/shell_main_delegate.cc', |
47 'app/shell_main_delegate.h', | 47 'app/shell_main_delegate.h', |
48 'browser/api/shell/shell_api.cc', | 48 'browser/api/shell/shell_api.cc', |
49 'browser/api/shell/shell_api.h', | 49 'browser/api/shell/shell_api.h', |
50 'browser/api/shell_extensions_api_client.cc', | 50 'browser/api/shell_extensions_api_client.cc', |
51 'browser/api/shell_extensions_api_client.h', | 51 'browser/api/shell_extensions_api_client.h', |
52 'browser/default_shell_browser_main_delegate.cc', | 52 'browser/default_shell_browser_main_delegate.cc', |
53 'browser/default_shell_browser_main_delegate.h', | 53 'browser/default_shell_browser_main_delegate.h', |
54 'browser/default_shell_app_window_controller.cc', | 54 'browser/default_shell_app_window_controller.cc', |
55 'browser/default_shell_app_window_controller.h', | 55 'browser/default_shell_app_window_controller.h', |
| 56 'browser/media_capture_util.cc', |
| 57 'browser/media_capture_util.h', |
56 'browser/shell_app_sorting.cc', | 58 'browser/shell_app_sorting.cc', |
57 'browser/shell_app_sorting.h', | 59 'browser/shell_app_sorting.h', |
58 'browser/shell_app_window.cc', | 60 'browser/shell_app_window.cc', |
59 'browser/shell_app_window.h', | 61 'browser/shell_app_window.h', |
60 'browser/shell_app_window_controller.h', | 62 'browser/shell_app_window_controller.h', |
61 'browser/shell_browser_context.cc', | 63 'browser/shell_browser_context.cc', |
62 'browser/shell_browser_context.h', | 64 'browser/shell_browser_context.h', |
63 'browser/shell_browser_main_delegate.h', | 65 'browser/shell_browser_main_delegate.h', |
64 'browser/shell_browser_main_parts.cc', | 66 'browser/shell_browser_main_parts.cc', |
65 'browser/shell_browser_main_parts.h', | 67 'browser/shell_browser_main_parts.h', |
66 'browser/shell_content_browser_client.cc', | 68 'browser/shell_content_browser_client.cc', |
67 'browser/shell_content_browser_client.h', | 69 'browser/shell_content_browser_client.h', |
68 'browser/shell_desktop_controller.cc', | 70 'browser/shell_desktop_controller.cc', |
69 'browser/shell_desktop_controller.h', | 71 'browser/shell_desktop_controller.h', |
| 72 'browser/shell_extension_host_delegate.cc', |
| 73 'browser/shell_extension_host_delegate.h', |
70 'browser/shell_extension_system.cc', | 74 'browser/shell_extension_system.cc', |
71 'browser/shell_extension_system.h', | 75 'browser/shell_extension_system.h', |
72 'browser/shell_extension_system_factory.cc', | 76 'browser/shell_extension_system_factory.cc', |
73 'browser/shell_extension_system_factory.h', | 77 'browser/shell_extension_system_factory.h', |
74 'browser/shell_extension_web_contents_observer.cc', | 78 'browser/shell_extension_web_contents_observer.cc', |
75 'browser/shell_extension_web_contents_observer.h', | 79 'browser/shell_extension_web_contents_observer.h', |
76 'browser/shell_extensions_browser_client.cc', | 80 'browser/shell_extensions_browser_client.cc', |
77 'browser/shell_extensions_browser_client.h', | 81 'browser/shell_extensions_browser_client.h', |
78 'browser/shell_network_controller_chromeos.cc', | 82 'browser/shell_network_controller_chromeos.cc', |
79 'browser/shell_network_controller_chromeos.h', | 83 'browser/shell_network_controller_chromeos.h', |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
239 '<@(_outputs)', | 243 '<@(_outputs)', |
240 ], | 244 ], |
241 'includes': [ | 245 'includes': [ |
242 '../../build/util/version.gypi', | 246 '../../build/util/version.gypi', |
243 ], | 247 ], |
244 }, | 248 }, |
245 ], | 249 ], |
246 }, | 250 }, |
247 ], # targets | 251 ], # targets |
248 } | 252 } |
OLD | NEW |