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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
252 'browser/chrome_browser_metrics_service_observer.h', | 252 'browser/chrome_browser_metrics_service_observer.h', |
253 'browser/chrome_content_browser_client.cc', | 253 'browser/chrome_content_browser_client.cc', |
254 'browser/chrome_content_browser_client.h', | 254 'browser/chrome_content_browser_client.h', |
255 'browser/chrome_elf_init_win.cc', | 255 'browser/chrome_elf_init_win.cc', |
256 'browser/chrome_elf_init_win.h', | 256 'browser/chrome_elf_init_win.h', |
257 'browser/chrome_notification_types.h', | 257 'browser/chrome_notification_types.h', |
258 'browser/chrome_page_zoom.cc', | 258 'browser/chrome_page_zoom.cc', |
259 'browser/chrome_page_zoom.h', | 259 'browser/chrome_page_zoom.h', |
260 'browser/chrome_page_zoom_constants.cc', | 260 'browser/chrome_page_zoom_constants.cc', |
261 'browser/chrome_page_zoom_constants.h', | 261 'browser/chrome_page_zoom_constants.h', |
| 262 'browser/chrome_select_file_dialog_factory_win.cc', |
| 263 'browser/chrome_select_file_dialog_factory_win.h', |
262 'browser/chrome_quota_permission_context.cc', | 264 'browser/chrome_quota_permission_context.cc', |
263 'browser/chrome_quota_permission_context.h', | 265 'browser/chrome_quota_permission_context.h', |
264 'browser/command_observer.h', | 266 'browser/command_observer.h', |
265 'browser/command_updater.cc', | 267 'browser/command_updater.cc', |
266 'browser/command_updater.h', | 268 'browser/command_updater.h', |
267 'browser/command_updater_delegate.h', | 269 'browser/command_updater_delegate.h', |
268 'browser/component_updater/background_downloader_win.cc', | 270 'browser/component_updater/background_downloader_win.cc', |
269 'browser/component_updater/background_downloader_win.h', | 271 'browser/component_updater/background_downloader_win.h', |
270 'browser/component_updater/cld_component_installer.cc', | 272 'browser/component_updater/cld_component_installer.cc', |
271 'browser/component_updater/cld_component_installer.h', | 273 'browser/component_updater/cld_component_installer.h', |
(...skipping 3340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3612 'package_name': 'org/chromium/chrome/browser', | 3614 'package_name': 'org/chromium/chrome/browser', |
3613 'template_deps': ['browser/android/tab_load_status.h'], | 3615 'template_deps': ['browser/android/tab_load_status.h'], |
3614 }, | 3616 }, |
3615 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3617 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3616 }, | 3618 }, |
3617 ], | 3619 ], |
3618 }, | 3620 }, |
3619 ], | 3621 ], |
3620 ], | 3622 ], |
3621 } | 3623 } |
OLD | NEW |