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 432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
443 'browser/favicon/favicon_handler.h', | 443 'browser/favicon/favicon_handler.h', |
444 'browser/favicon/favicon_service.cc', | 444 'browser/favicon/favicon_service.cc', |
445 'browser/favicon/favicon_service.h', | 445 'browser/favicon/favicon_service.h', |
446 'browser/favicon/favicon_service_factory.cc', | 446 'browser/favicon/favicon_service_factory.cc', |
447 'browser/favicon/favicon_service_factory.h', | 447 'browser/favicon/favicon_service_factory.h', |
448 'browser/favicon/favicon_tab_helper.cc', | 448 'browser/favicon/favicon_tab_helper.cc', |
449 'browser/favicon/favicon_tab_helper.h', | 449 'browser/favicon/favicon_tab_helper.h', |
450 'browser/file_select_helper.cc', | 450 'browser/file_select_helper.cc', |
451 'browser/file_select_helper.h', | 451 'browser/file_select_helper.h', |
452 'browser/flags_storage.h', | 452 'browser/flags_storage.h', |
453 'browser/font_family_cache.cc', | |
Lei Zhang
2014/08/05 21:15:08
How about putting these inside the 'chrome_browser
erikchen
2014/08/05 21:34:17
Did as suggested for this file. I explicitly exclu
| |
454 'browser/font_family_cache.h', | |
453 'browser/fullscreen.h', | 455 'browser/fullscreen.h', |
454 'browser/fullscreen_chromeos.cc', | 456 'browser/fullscreen_chromeos.cc', |
455 'browser/fullscreen_mac.mm', | 457 'browser/fullscreen_mac.mm', |
456 'browser/fullscreen_win.cc', | 458 'browser/fullscreen_win.cc', |
457 'browser/geolocation/chrome_access_token_store.cc', | 459 'browser/geolocation/chrome_access_token_store.cc', |
458 'browser/geolocation/chrome_access_token_store.h', | 460 'browser/geolocation/chrome_access_token_store.h', |
459 'browser/geolocation/geolocation_infobar_delegate.cc', | 461 'browser/geolocation/geolocation_infobar_delegate.cc', |
460 'browser/geolocation/geolocation_infobar_delegate.h', | 462 'browser/geolocation/geolocation_infobar_delegate.h', |
461 'browser/geolocation/geolocation_infobar_delegate_android.cc', | 463 'browser/geolocation/geolocation_infobar_delegate_android.cc', |
462 'browser/geolocation/geolocation_infobar_delegate_android.h', | 464 'browser/geolocation/geolocation_infobar_delegate_android.h', |
(...skipping 3149 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 |