Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(259)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 370603003: Code cleanup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cancelable_task_tracker.7
Patch Set: Rebase Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/browser/history/history_marshaling_android.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 'browser/history/download_row.h', 538 'browser/history/download_row.h',
539 'browser/history/expire_history_backend.cc', 539 'browser/history/expire_history_backend.cc',
540 'browser/history/expire_history_backend.h', 540 'browser/history/expire_history_backend.h',
541 'browser/history/history_backend.cc', 541 'browser/history/history_backend.cc',
542 'browser/history/history_backend.h', 542 'browser/history/history_backend.h',
543 'browser/history/history_backend_android.cc', 543 'browser/history/history_backend_android.cc',
544 'browser/history/history_database.cc', 544 'browser/history/history_database.cc',
545 'browser/history/history_database.h', 545 'browser/history/history_database.h',
546 'browser/history/history_db_task.h', 546 'browser/history/history_db_task.h',
547 'browser/history/history_details.h', 547 'browser/history/history_details.h',
548 'browser/history/history_marshaling_android.h',
549 'browser/history/history_notifications.cc', 548 'browser/history/history_notifications.cc',
550 'browser/history/history_notifications.h', 549 'browser/history/history_notifications.h',
551 'browser/history/history_service.cc', 550 'browser/history/history_service.cc',
552 'browser/history/history_service.h', 551 'browser/history/history_service.h',
553 'browser/history/history_service_factory.cc', 552 'browser/history/history_service_factory.cc',
554 'browser/history/history_service_factory.h', 553 'browser/history/history_service_factory.h',
555 'browser/history/history_tab_helper.cc', 554 'browser/history/history_tab_helper.cc',
556 'browser/history/history_tab_helper.h', 555 'browser/history/history_tab_helper.h',
557 'browser/history/history_types.cc', 556 'browser/history/history_types.cc',
558 'browser/history/history_types.h', 557 'browser/history/history_types.h',
(...skipping 3059 matching lines...) Expand 10 before | Expand all | Expand 10 after
3618 'package_name': 'org/chromium/chrome/browser', 3617 'package_name': 'org/chromium/chrome/browser',
3619 'template_deps': ['browser/android/tab_load_status.h'], 3618 'template_deps': ['browser/android/tab_load_status.h'],
3620 }, 3619 },
3621 'includes': [ '../build/android/java_cpp_template.gypi' ], 3620 'includes': [ '../build/android/java_cpp_template.gypi' ],
3622 }, 3621 },
3623 ], 3622 ],
3624 }, 3623 },
3625 ], 3624 ],
3626 ], 3625 ],
3627 } 3626 }
OLDNEW
« no previous file with comments | « chrome/browser/history/history_marshaling_android.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698