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 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
391 'browser/favicon/chrome_favicon_client_factory.cc', | 391 'browser/favicon/chrome_favicon_client_factory.cc', |
392 'browser/favicon/chrome_favicon_client_factory.h', | 392 'browser/favicon/chrome_favicon_client_factory.h', |
393 'browser/favicon/favicon_handler.cc', | 393 'browser/favicon/favicon_handler.cc', |
394 'browser/favicon/favicon_handler.h', | 394 'browser/favicon/favicon_handler.h', |
395 'browser/favicon/favicon_service.cc', | 395 'browser/favicon/favicon_service.cc', |
396 'browser/favicon/favicon_service.h', | 396 'browser/favicon/favicon_service.h', |
397 'browser/favicon/favicon_service_factory.cc', | 397 'browser/favicon/favicon_service_factory.cc', |
398 'browser/favicon/favicon_service_factory.h', | 398 'browser/favicon/favicon_service_factory.h', |
399 'browser/favicon/favicon_tab_helper.cc', | 399 'browser/favicon/favicon_tab_helper.cc', |
400 'browser/favicon/favicon_tab_helper.h', | 400 'browser/favicon/favicon_tab_helper.h', |
| 401 'browser/favicon/favicon_tab_helper_observer.h', |
401 'browser/file_select_helper.cc', | 402 'browser/file_select_helper.cc', |
402 'browser/file_select_helper.h', | 403 'browser/file_select_helper.h', |
403 'browser/file_select_helper_mac.mm', | 404 'browser/file_select_helper_mac.mm', |
404 'browser/flags_storage.h', | 405 'browser/flags_storage.h', |
405 'browser/fullscreen.h', | 406 'browser/fullscreen.h', |
406 'browser/fullscreen_chromeos.cc', | 407 'browser/fullscreen_chromeos.cc', |
407 'browser/fullscreen_mac.mm', | 408 'browser/fullscreen_mac.mm', |
408 'browser/fullscreen_win.cc', | 409 'browser/fullscreen_win.cc', |
409 'browser/geolocation/chrome_access_token_store.cc', | 410 'browser/geolocation/chrome_access_token_store.cc', |
410 'browser/geolocation/chrome_access_token_store.h', | 411 'browser/geolocation/chrome_access_token_store.h', |
(...skipping 3203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3614 'variables': { | 3615 'variables': { |
3615 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3616 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3616 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3617 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3617 }, | 3618 }, |
3618 'includes': [ '../build/protoc.gypi' ] | 3619 'includes': [ '../build/protoc.gypi' ] |
3619 }, | 3620 }, |
3620 ], | 3621 ], |
3621 },], | 3622 },], |
3622 ], | 3623 ], |
3623 } | 3624 } |
OLD | NEW |