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 533 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
544 'browser/history/download_row.h', | 544 'browser/history/download_row.h', |
545 'browser/history/expire_history_backend.cc', | 545 'browser/history/expire_history_backend.cc', |
546 'browser/history/expire_history_backend.h', | 546 'browser/history/expire_history_backend.h', |
547 'browser/history/history_backend.cc', | 547 'browser/history/history_backend.cc', |
548 'browser/history/history_backend.h', | 548 'browser/history/history_backend.h', |
549 'browser/history/history_backend_android.cc', | 549 'browser/history/history_backend_android.cc', |
550 'browser/history/history_database.cc', | 550 'browser/history/history_database.cc', |
551 'browser/history/history_database.h', | 551 'browser/history/history_database.h', |
552 'browser/history/history_db_task.h', | 552 'browser/history/history_db_task.h', |
553 'browser/history/history_details.h', | 553 'browser/history/history_details.h', |
554 'browser/history/history_marshaling.h', | |
555 'browser/history/history_marshaling_android.h', | 554 'browser/history/history_marshaling_android.h', |
556 'browser/history/history_notifications.cc', | 555 'browser/history/history_notifications.cc', |
557 'browser/history/history_notifications.h', | 556 'browser/history/history_notifications.h', |
558 'browser/history/history_service.cc', | 557 'browser/history/history_service.cc', |
559 'browser/history/history_service.h', | 558 'browser/history/history_service.h', |
560 'browser/history/history_service_factory.cc', | 559 'browser/history/history_service_factory.cc', |
561 'browser/history/history_service_factory.h', | 560 'browser/history/history_service_factory.h', |
562 'browser/history/history_tab_helper.cc', | 561 'browser/history/history_tab_helper.cc', |
563 'browser/history/history_tab_helper.h', | 562 'browser/history/history_tab_helper.h', |
564 'browser/history/history_types.cc', | 563 'browser/history/history_types.cc', |
(...skipping 3025 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3590 'package_name': 'org/chromium/chrome/browser', | 3589 'package_name': 'org/chromium/chrome/browser', |
3591 'template_deps': ['browser/android/tab_load_status.h'], | 3590 'template_deps': ['browser/android/tab_load_status.h'], |
3592 }, | 3591 }, |
3593 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3592 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3594 }, | 3593 }, |
3595 ], | 3594 ], |
3596 }, | 3595 }, |
3597 ], | 3596 ], |
3598 ], | 3597 ], |
3599 } | 3598 } |
OLD | NEW |