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

Side by Side Diff: ios/chrome/ios_chrome.gyp

Issue 1884553002: Add a testing switch to override the query for other forms of browsing history (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renamed the switch. Created 4 years, 8 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 | « ios/chrome/browser/ui/webui/history/history_ui.mm ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 'browser/ui/webui/crashes_ui.cc', 629 'browser/ui/webui/crashes_ui.cc',
630 'browser/ui/webui/crashes_ui.h', 630 'browser/ui/webui/crashes_ui.h',
631 'browser/ui/webui/flags_ui.cc', 631 'browser/ui/webui/flags_ui.cc',
632 'browser/ui/webui/flags_ui.h', 632 'browser/ui/webui/flags_ui.h',
633 'browser/ui/webui/gcm/gcm_internals_ui.cc', 633 'browser/ui/webui/gcm/gcm_internals_ui.cc',
634 'browser/ui/webui/gcm/gcm_internals_ui.h', 634 'browser/ui/webui/gcm/gcm_internals_ui.h',
635 'browser/ui/webui/history/browsing_history_handler.cc', 635 'browser/ui/webui/history/browsing_history_handler.cc',
636 'browser/ui/webui/history/browsing_history_handler.h', 636 'browser/ui/webui/history/browsing_history_handler.h',
637 'browser/ui/webui/history/favicon_source.cc', 637 'browser/ui/webui/history/favicon_source.cc',
638 'browser/ui/webui/history/favicon_source.h', 638 'browser/ui/webui/history/favicon_source.h',
639 'browser/ui/webui/history/history_ui.cc',
640 'browser/ui/webui/history/history_ui.h', 639 'browser/ui/webui/history/history_ui.h',
640 'browser/ui/webui/history/history_ui.mm',
641 'browser/ui/webui/history/metrics_handler.cc', 641 'browser/ui/webui/history/metrics_handler.cc',
642 'browser/ui/webui/history/metrics_handler.h', 642 'browser/ui/webui/history/metrics_handler.h',
643 'browser/ui/webui/net_export/net_export_ui.cc', 643 'browser/ui/webui/net_export/net_export_ui.cc',
644 'browser/ui/webui/net_export/net_export_ui.h', 644 'browser/ui/webui/net_export/net_export_ui.h',
645 'browser/ui/webui/sync_internals/sync_internals_message_handler.cc', 645 'browser/ui/webui/sync_internals/sync_internals_message_handler.cc',
646 'browser/ui/webui/sync_internals/sync_internals_message_handler.h', 646 'browser/ui/webui/sync_internals/sync_internals_message_handler.h',
647 'browser/ui/webui/sync_internals/sync_internals_ui.cc', 647 'browser/ui/webui/sync_internals/sync_internals_ui.cc',
648 'browser/ui/webui/sync_internals/sync_internals_ui.h', 648 'browser/ui/webui/sync_internals/sync_internals_ui.h',
649 'browser/ui/webui/version_handler.cc', 649 'browser/ui/webui/version_handler.cc',
650 'browser/ui/webui/version_handler.h', 650 'browser/ui/webui/version_handler.h',
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
848 '../../components/components.gyp:omnibox_browser', 848 '../../components/components.gyp:omnibox_browser',
849 '../../components/components.gyp:rlz', 849 '../../components/components.gyp:rlz',
850 '../../components/components.gyp:search_engines', 850 '../../components/components.gyp:search_engines',
851 '../../rlz/rlz.gyp:rlz_lib', 851 '../../rlz/rlz.gyp:rlz_lib',
852 ], 852 ],
853 }, 853 },
854 ], 854 ],
855 }], 855 }],
856 ], 856 ],
857 } 857 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/ui/webui/history/history_ui.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698