| 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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 'browser/chrome_browser_main.h', | 265 'browser/chrome_browser_main.h', |
| 266 'browser/chrome_browser_main_android.cc', | 266 'browser/chrome_browser_main_android.cc', |
| 267 'browser/chrome_browser_main_android.h', | 267 'browser/chrome_browser_main_android.h', |
| 268 'browser/chrome_browser_main_extra_parts.h', | 268 'browser/chrome_browser_main_extra_parts.h', |
| 269 'browser/chrome_browser_main_linux.cc', | 269 'browser/chrome_browser_main_linux.cc', |
| 270 'browser/chrome_browser_main_linux.h', | 270 'browser/chrome_browser_main_linux.h', |
| 271 'browser/chrome_browser_main_mac.h', | 271 'browser/chrome_browser_main_mac.h', |
| 272 'browser/chrome_browser_main_mac.mm', | 272 'browser/chrome_browser_main_mac.mm', |
| 273 'browser/chrome_browser_main_win.cc', | 273 'browser/chrome_browser_main_win.cc', |
| 274 'browser/chrome_browser_main_win.h', | 274 'browser/chrome_browser_main_win.h', |
| 275 'browser/chrome_child_process_watcher.cc', |
| 276 'browser/chrome_child_process_watcher.h', |
| 275 'browser/chrome_content_browser_client.cc', | 277 'browser/chrome_content_browser_client.cc', |
| 276 'browser/chrome_content_browser_client.h', | 278 'browser/chrome_content_browser_client.h', |
| 277 'browser/chrome_content_browser_client_parts.h', | 279 'browser/chrome_content_browser_client_parts.h', |
| 278 'browser/chrome_elf_init_win.cc', | 280 'browser/chrome_elf_init_win.cc', |
| 279 'browser/chrome_elf_init_win.h', | 281 'browser/chrome_elf_init_win.h', |
| 280 'browser/chrome_net_benchmarking_message_filter.cc', | 282 'browser/chrome_net_benchmarking_message_filter.cc', |
| 281 'browser/chrome_net_benchmarking_message_filter.h', | 283 'browser/chrome_net_benchmarking_message_filter.h', |
| 282 'browser/chrome_notification_types.h', | 284 'browser/chrome_notification_types.h', |
| 283 'browser/chrome_quota_permission_context.cc', | 285 'browser/chrome_quota_permission_context.cc', |
| 284 'browser/chrome_quota_permission_context.h', | 286 'browser/chrome_quota_permission_context.h', |
| (...skipping 3561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3846 'variables': { | 3848 'variables': { |
| 3847 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3849 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3848 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3850 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3849 }, | 3851 }, |
| 3850 'includes': [ '../build/protoc.gypi' ] | 3852 'includes': [ '../build/protoc.gypi' ] |
| 3851 }, | 3853 }, |
| 3852 ], | 3854 ], |
| 3853 },], | 3855 },], |
| 3854 ], | 3856 ], |
| 3855 } | 3857 } |
| OLD | NEW |