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 1526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1537 'browser/autocomplete/scored_history_match_builder_impl.cc', | 1537 'browser/autocomplete/scored_history_match_builder_impl.cc', |
1538 'browser/autocomplete/scored_history_match_builder_impl.h', | 1538 'browser/autocomplete/scored_history_match_builder_impl.h', |
1539 'browser/history/top_sites_factory.cc', | 1539 'browser/history/top_sites_factory.cc', |
1540 'browser/history/top_sites_factory.h', | 1540 'browser/history/top_sites_factory.h', |
1541 'browser/history/top_sites_impl.cc', | 1541 'browser/history/top_sites_impl.cc', |
1542 'browser/history/top_sites_impl.h', | 1542 'browser/history/top_sites_impl.h', |
1543 'browser/history/typed_url_syncable_service.cc', | 1543 'browser/history/typed_url_syncable_service.cc', |
1544 'browser/history/typed_url_syncable_service.h', | 1544 'browser/history/typed_url_syncable_service.h', |
1545 'browser/history/url_index_private_data.cc', | 1545 'browser/history/url_index_private_data.cc', |
1546 'browser/history/url_index_private_data.h', | 1546 'browser/history/url_index_private_data.h', |
1547 'browser/history/web_history_service.cc', | |
1548 'browser/history/web_history_service.h', | |
1549 'browser/history/web_history_service_factory.cc', | 1547 'browser/history/web_history_service_factory.cc', |
1550 'browser/history/web_history_service_factory.h', | 1548 'browser/history/web_history_service_factory.h', |
1551 ], | 1549 ], |
1552 'chrome_browser_jni_sources': [ | 1550 'chrome_browser_jni_sources': [ |
1553 'android/java/src/org/chromium/chrome/browser/AccessibilityUtil.java', | 1551 'android/java/src/org/chromium/chrome/browser/AccessibilityUtil.java', |
1554 'android/java/src/org/chromium/chrome/browser/ApplicationLifetime.java', | 1552 'android/java/src/org/chromium/chrome/browser/ApplicationLifetime.java', |
1555 'android/java/src/org/chromium/chrome/browser/accessibility/FontSizePrefs.
java', | 1553 'android/java/src/org/chromium/chrome/browser/accessibility/FontSizePrefs.
java', |
1556 'android/java/src/org/chromium/chrome/browser/appmenu/AppMenuDragHelper.ja
va', | 1554 'android/java/src/org/chromium/chrome/browser/appmenu/AppMenuDragHelper.ja
va', |
1557 'android/java/src/org/chromium/chrome/browser/autofill/AutofillDialogContr
ollerAndroid.java', | 1555 'android/java/src/org/chromium/chrome/browser/autofill/AutofillDialogContr
ollerAndroid.java', |
1558 'android/java/src/org/chromium/chrome/browser/autofill/AutofillDialogResul
t.java', | 1556 'android/java/src/org/chromium/chrome/browser/autofill/AutofillDialogResul
t.java', |
(...skipping 2156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3715 'variables': { | 3713 'variables': { |
3716 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3714 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3717 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3715 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3718 }, | 3716 }, |
3719 'includes': [ '../build/protoc.gypi' ] | 3717 'includes': [ '../build/protoc.gypi' ] |
3720 }, | 3718 }, |
3721 ], | 3719 ], |
3722 },], | 3720 },], |
3723 ], | 3721 ], |
3724 } | 3722 } |
OLD | NEW |