| 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/page_usage_data.cc', | |
| 563 'browser/history/page_usage_data.h', | |
| 564 'browser/history/scored_history_match.cc', | 562 'browser/history/scored_history_match.cc', |
| 565 'browser/history/scored_history_match.h', | 563 'browser/history/scored_history_match.h', |
| 566 'browser/history/shortcuts_database.cc', | 564 'browser/history/shortcuts_database.cc', |
| 567 'browser/history/shortcuts_database.h', | 565 'browser/history/shortcuts_database.h', |
| 568 'browser/history/thumbnail_database.cc', | 566 'browser/history/thumbnail_database.cc', |
| 569 'browser/history/thumbnail_database.h', | 567 'browser/history/thumbnail_database.h', |
| 570 'browser/history/top_sites.cc', | 568 'browser/history/top_sites.cc', |
| 571 'browser/history/top_sites.h', | 569 'browser/history/top_sites.h', |
| 572 'browser/history/top_sites_backend.cc', | 570 'browser/history/top_sites_backend.cc', |
| 573 'browser/history/top_sites_backend.h', | 571 'browser/history/top_sites_backend.h', |
| (...skipping 3033 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3607 'package_name': 'org/chromium/chrome/browser', | 3605 'package_name': 'org/chromium/chrome/browser', |
| 3608 'template_deps': ['browser/android/tab_load_status.h'], | 3606 'template_deps': ['browser/android/tab_load_status.h'], |
| 3609 }, | 3607 }, |
| 3610 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3608 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3611 }, | 3609 }, |
| 3612 ], | 3610 ], |
| 3613 }, | 3611 }, |
| 3614 ], | 3612 ], |
| 3615 ], | 3613 ], |
| 3616 } | 3614 } |
| OLD | NEW |