OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'variables': { | 6 'variables': { |
7 # All .cc, .h, .m, and .mm files under browser except for: | 7 # All .cc, .h, .m, and .mm files under browser except for: |
8 # * tests and mocks. | 8 # * tests and mocks. |
9 # * code below browser/chromeos | 9 # * code below browser/chromeos |
10 # * code below browser/extensions | 10 # * code below browser/extensions |
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
239 'browser/chrome_browser_main_android.h', | 239 'browser/chrome_browser_main_android.h', |
240 'browser/chrome_browser_main_extra_parts.h', | 240 'browser/chrome_browser_main_extra_parts.h', |
241 'browser/chrome_browser_main_linux.cc', | 241 'browser/chrome_browser_main_linux.cc', |
242 'browser/chrome_browser_main_linux.h', | 242 'browser/chrome_browser_main_linux.h', |
243 'browser/chrome_browser_main_mac.h', | 243 'browser/chrome_browser_main_mac.h', |
244 'browser/chrome_browser_main_mac.mm', | 244 'browser/chrome_browser_main_mac.mm', |
245 'browser/chrome_browser_main_win.cc', | 245 'browser/chrome_browser_main_win.cc', |
246 'browser/chrome_browser_main_win.h', | 246 'browser/chrome_browser_main_win.h', |
247 'browser/chrome_browser_metrics_service_observer.cc', | 247 'browser/chrome_browser_metrics_service_observer.cc', |
248 'browser/chrome_browser_metrics_service_observer.h', | 248 'browser/chrome_browser_metrics_service_observer.h', |
| 249 'browser/chrome_device_client.cc', |
| 250 'browser/chrome_device_client.h', |
249 'browser/chrome_content_browser_client.cc', | 251 'browser/chrome_content_browser_client.cc', |
250 'browser/chrome_content_browser_client.h', | 252 'browser/chrome_content_browser_client.h', |
251 'browser/chrome_content_browser_client_parts.h', | 253 'browser/chrome_content_browser_client_parts.h', |
252 'browser/chrome_elf_init_win.cc', | 254 'browser/chrome_elf_init_win.cc', |
253 'browser/chrome_elf_init_win.h', | 255 'browser/chrome_elf_init_win.h', |
254 'browser/chrome_notification_types.h', | 256 'browser/chrome_notification_types.h', |
255 'browser/chrome_page_zoom.cc', | 257 'browser/chrome_page_zoom.cc', |
256 'browser/chrome_page_zoom.h', | 258 'browser/chrome_page_zoom.h', |
257 'browser/chrome_page_zoom_constants.cc', | 259 'browser/chrome_page_zoom_constants.cc', |
258 'browser/chrome_page_zoom_constants.h', | 260 'browser/chrome_page_zoom_constants.h', |
(...skipping 2664 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2923 '../components/components.gyp:precache_content', | 2925 '../components/components.gyp:precache_content', |
2924 '../components/components.gyp:sessions', | 2926 '../components/components.gyp:sessions', |
2925 '../components/components.gyp:storage_monitor', | 2927 '../components/components.gyp:storage_monitor', |
2926 '../components/components.gyp:translate_content_browser', | 2928 '../components/components.gyp:translate_content_browser', |
2927 '../components/components.gyp:url_matcher', | 2929 '../components/components.gyp:url_matcher', |
2928 '../components/components.gyp:usb_service', | 2930 '../components/components.gyp:usb_service', |
2929 '../components/components.gyp:visitedlink_browser', | 2931 '../components/components.gyp:visitedlink_browser', |
2930 '../components/components.gyp:visitedlink_common', | 2932 '../components/components.gyp:visitedlink_common', |
2931 '../components/components.gyp:web_modal', | 2933 '../components/components.gyp:web_modal', |
2932 '../content/app/resources/content_resources.gyp:content_resources', | 2934 '../content/app/resources/content_resources.gyp:content_resources', |
| 2935 '../device/common/common.gyp:device_common', |
2933 '../media/cast/cast.gyp:cast_net', | 2936 '../media/cast/cast.gyp:cast_net', |
2934 '../media/media.gyp:media', | 2937 '../media/media.gyp:media', |
2935 '../mojo/mojo_base.gyp:mojo_common_lib', | 2938 '../mojo/mojo_base.gyp:mojo_common_lib', |
2936 '../mojo/mojo_base.gyp:mojo_cpp_bindings', | 2939 '../mojo/mojo_base.gyp:mojo_cpp_bindings', |
2937 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 2940 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
2938 '../mojo/mojo_base.gyp:mojo_js_bindings', | 2941 '../mojo/mojo_base.gyp:mojo_js_bindings', |
2939 '../mojo/mojo_base.gyp:mojo_system_impl', | 2942 '../mojo/mojo_base.gyp:mojo_system_impl', |
2940 '../net/net.gyp:net_with_v8', | 2943 '../net/net.gyp:net_with_v8', |
2941 # TODO(tonyg): Remove this dependency (crbug.com/280157). | 2944 # TODO(tonyg): Remove this dependency (crbug.com/280157). |
2942 '../testing/perf/perf_test.gyp:*', | 2945 '../testing/perf/perf_test.gyp:*', |
(...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3577 'variables': { | 3580 'variables': { |
3578 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3581 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3579 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3582 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3580 }, | 3583 }, |
3581 'includes': [ '../build/protoc.gypi' ] | 3584 'includes': [ '../build/protoc.gypi' ] |
3582 }, | 3585 }, |
3583 ], | 3586 ], |
3584 },], | 3587 },], |
3585 ], | 3588 ], |
3586 } | 3589 } |
OLD | NEW |