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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 369503007: Remove dead code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix windows compilation 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/jumplist_win.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 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 'browser/history/download_row.h', 534 'browser/history/download_row.h',
535 'browser/history/expire_history_backend.cc', 535 'browser/history/expire_history_backend.cc',
536 'browser/history/expire_history_backend.h', 536 'browser/history/expire_history_backend.h',
537 'browser/history/history_backend.cc', 537 'browser/history/history_backend.cc',
538 'browser/history/history_backend.h', 538 'browser/history/history_backend.h',
539 'browser/history/history_backend_android.cc', 539 'browser/history/history_backend_android.cc',
540 'browser/history/history_database.cc', 540 'browser/history/history_database.cc',
541 'browser/history/history_database.h', 541 'browser/history/history_database.h',
542 'browser/history/history_db_task.h', 542 'browser/history/history_db_task.h',
543 'browser/history/history_details.h', 543 'browser/history/history_details.h',
544 'browser/history/history_marshaling.h',
545 'browser/history/history_marshaling_android.h', 544 'browser/history/history_marshaling_android.h',
546 'browser/history/history_notifications.cc', 545 'browser/history/history_notifications.cc',
547 'browser/history/history_notifications.h', 546 'browser/history/history_notifications.h',
548 'browser/history/history_service.cc', 547 'browser/history/history_service.cc',
549 'browser/history/history_service.h', 548 'browser/history/history_service.h',
550 'browser/history/history_service_factory.cc', 549 'browser/history/history_service_factory.cc',
551 'browser/history/history_service_factory.h', 550 'browser/history/history_service_factory.h',
552 'browser/history/history_tab_helper.cc', 551 'browser/history/history_tab_helper.cc',
553 'browser/history/history_tab_helper.h', 552 'browser/history/history_tab_helper.h',
554 'browser/history/history_types.cc', 553 'browser/history/history_types.cc',
(...skipping 3049 matching lines...) Expand 10 before | Expand all | Expand 10 after
3604 'package_name': 'org/chromium/chrome/browser', 3603 'package_name': 'org/chromium/chrome/browser',
3605 'template_deps': ['browser/android/tab_load_status.h'], 3604 'template_deps': ['browser/android/tab_load_status.h'],
3606 }, 3605 },
3607 'includes': [ '../build/android/java_cpp_template.gypi' ], 3606 'includes': [ '../build/android/java_cpp_template.gypi' ],
3608 }, 3607 },
3609 ], 3608 ],
3610 }, 3609 },
3611 ], 3610 ],
3612 ], 3611 ],
3613 } 3612 }
OLDNEW
« no previous file with comments | « chrome/browser/jumplist_win.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698