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

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

Issue 1418653004: [iOS] Support for chrome://version (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comment from blundell Created 5 years, 1 month 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/version_ui.cc ('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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 '../../components/components.gyp:sync_driver', 88 '../../components/components.gyp:sync_driver',
89 '../../components/components.gyp:syncable_prefs', 89 '../../components/components.gyp:syncable_prefs',
90 '../../components/components.gyp:translate_core_browser', 90 '../../components/components.gyp:translate_core_browser',
91 '../../components/components.gyp:translate_ios_browser', 91 '../../components/components.gyp:translate_ios_browser',
92 '../../components/components.gyp:undo_component', 92 '../../components/components.gyp:undo_component',
93 '../../components/components.gyp:update_client', 93 '../../components/components.gyp:update_client',
94 '../../components/components.gyp:upload_list', 94 '../../components/components.gyp:upload_list',
95 '../../components/components.gyp:variations', 95 '../../components/components.gyp:variations',
96 '../../components/components.gyp:variations_service', 96 '../../components/components.gyp:variations_service',
97 '../../components/components.gyp:version_info', 97 '../../components/components.gyp:version_info',
98 '../../components/components.gyp:version_ui',
98 '../../components/components.gyp:web_resource', 99 '../../components/components.gyp:web_resource',
99 '../../components/components.gyp:webdata_services', 100 '../../components/components.gyp:webdata_services',
100 '../../components/components.gyp:webp_transcode', 101 '../../components/components.gyp:webp_transcode',
101 '../../components/components_resources.gyp:components_resources', 102 '../../components/components_resources.gyp:components_resources',
102 '../../components/components_strings.gyp:components_strings', 103 '../../components/components_strings.gyp:components_strings',
103 '../../google_apis/google_apis.gyp:google_apis', 104 '../../google_apis/google_apis.gyp:google_apis',
104 '../../net/net.gyp:net', 105 '../../net/net.gyp:net',
105 '../../skia/skia.gyp:skia', 106 '../../skia/skia.gyp:skia',
106 '../../sync/sync.gyp:sync', 107 '../../sync/sync.gyp:sync',
107 '../../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:goo gle_toolbox_for_mac', 108 '../../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:goo gle_toolbox_for_mac',
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 'browser/ui/webui/about_ui.cc', 484 'browser/ui/webui/about_ui.cc',
484 'browser/ui/webui/about_ui.h', 485 'browser/ui/webui/about_ui.h',
485 'browser/ui/webui/crashes_ui.cc', 486 'browser/ui/webui/crashes_ui.cc',
486 'browser/ui/webui/crashes_ui.h', 487 'browser/ui/webui/crashes_ui.h',
487 'browser/ui/webui/net_export/net_export_ui.cc', 488 'browser/ui/webui/net_export/net_export_ui.cc',
488 'browser/ui/webui/net_export/net_export_ui.h', 489 'browser/ui/webui/net_export/net_export_ui.h',
489 'browser/ui/webui/sync_internals/sync_internals_message_handler.cc', 490 'browser/ui/webui/sync_internals/sync_internals_message_handler.cc',
490 'browser/ui/webui/sync_internals/sync_internals_message_handler.h', 491 'browser/ui/webui/sync_internals/sync_internals_message_handler.h',
491 'browser/ui/webui/sync_internals/sync_internals_ui.cc', 492 'browser/ui/webui/sync_internals/sync_internals_ui.cc',
492 'browser/ui/webui/sync_internals/sync_internals_ui.h', 493 'browser/ui/webui/sync_internals/sync_internals_ui.h',
494 'browser/ui/webui/version_handler.cc',
495 'browser/ui/webui/version_handler.h',
496 'browser/ui/webui/version_ui.cc',
497 'browser/ui/webui/version_ui.h',
493 'browser/undo/bookmark_undo_service_factory.cc', 498 'browser/undo/bookmark_undo_service_factory.cc',
494 'browser/undo/bookmark_undo_service_factory.h', 499 'browser/undo/bookmark_undo_service_factory.h',
495 'browser/updatable_config/updatable_array.h', 500 'browser/updatable_config/updatable_array.h',
496 'browser/updatable_config/updatable_array.mm', 501 'browser/updatable_config/updatable_array.mm',
497 'browser/updatable_config/updatable_config_base.h', 502 'browser/updatable_config/updatable_config_base.h',
498 'browser/updatable_config/updatable_config_base.mm', 503 'browser/updatable_config/updatable_config_base.mm',
499 'browser/updatable_config/updatable_dictionary.h', 504 'browser/updatable_config/updatable_dictionary.h',
500 'browser/updatable_config/updatable_dictionary.mm', 505 'browser/updatable_config/updatable_dictionary.mm',
501 'browser/update_client/ios_chrome_update_query_params_delegate.cc', 506 'browser/update_client/ios_chrome_update_query_params_delegate.cc',
502 'browser/update_client/ios_chrome_update_query_params_delegate.h', 507 'browser/update_client/ios_chrome_update_query_params_delegate.h',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
632 '../../components/components.gyp:omnibox_browser', 637 '../../components/components.gyp:omnibox_browser',
633 '../../components/components.gyp:rlz', 638 '../../components/components.gyp:rlz',
634 '../../components/components.gyp:search_engines', 639 '../../components/components.gyp:search_engines',
635 '../../rlz/rlz.gyp:rlz_lib', 640 '../../rlz/rlz.gyp:rlz_lib',
636 ], 641 ],
637 }, 642 },
638 ], 643 ],
639 }], 644 }],
640 ], 645 ],
641 } 646 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/ui/webui/version_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698