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 541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
552 'browser/history/history_tab_helper.cc', | 552 'browser/history/history_tab_helper.cc', |
553 'browser/history/history_tab_helper.h', | 553 'browser/history/history_tab_helper.h', |
554 'browser/history/history_types.cc', | 554 'browser/history/history_types.cc', |
555 'browser/history/history_types.h', | 555 'browser/history/history_types.h', |
556 'browser/history/in_memory_history_backend.cc', | 556 'browser/history/in_memory_history_backend.cc', |
557 'browser/history/in_memory_history_backend.h', | 557 'browser/history/in_memory_history_backend.h', |
558 'browser/history/in_memory_url_index.cc', | 558 'browser/history/in_memory_url_index.cc', |
559 'browser/history/in_memory_url_index.h', | 559 'browser/history/in_memory_url_index.h', |
560 'browser/history/in_memory_url_index_types.cc', | 560 'browser/history/in_memory_url_index_types.cc', |
561 'browser/history/in_memory_url_index_types.h', | 561 'browser/history/in_memory_url_index_types.h', |
562 'browser/history/most_visited_tiles_experiment.cc', | |
563 'browser/history/most_visited_tiles_experiment.h', | |
564 'browser/history/page_usage_data.cc', | 562 'browser/history/page_usage_data.cc', |
565 'browser/history/page_usage_data.h', | 563 'browser/history/page_usage_data.h', |
566 'browser/history/scored_history_match.cc', | 564 'browser/history/scored_history_match.cc', |
567 'browser/history/scored_history_match.h', | 565 'browser/history/scored_history_match.h', |
568 'browser/history/shortcuts_database.cc', | 566 'browser/history/shortcuts_database.cc', |
569 'browser/history/shortcuts_database.h', | 567 'browser/history/shortcuts_database.h', |
570 'browser/history/thumbnail_database.cc', | 568 'browser/history/thumbnail_database.cc', |
571 'browser/history/thumbnail_database.h', | 569 'browser/history/thumbnail_database.h', |
572 'browser/history/top_sites.cc', | 570 'browser/history/top_sites.cc', |
573 'browser/history/top_sites.h', | 571 'browser/history/top_sites.h', |
(...skipping 3035 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3609 'package_name': 'org/chromium/chrome/browser', | 3607 'package_name': 'org/chromium/chrome/browser', |
3610 'template_deps': ['browser/android/tab_load_status.h'], | 3608 'template_deps': ['browser/android/tab_load_status.h'], |
3611 }, | 3609 }, |
3612 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3610 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3613 }, | 3611 }, |
3614 ], | 3612 ], |
3615 }, | 3613 }, |
3616 ], | 3614 ], |
3617 ], | 3615 ], |
3618 } | 3616 } |
OLD | NEW |