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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 2003883002: [Offline pages] Create offline internals page for Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/ui/webui/offline_internals_ui.cc ('k') | chrome/common/url_constants.h » ('j') | 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 # There are two sections of sources: 7 # There are two sections of sources:
8 # * "Platform"-based sources (OS, toolkit, etc.) 8 # * "Platform"-based sources (OS, toolkit, etc.)
9 # * Feature/directory-based sources (e.g., history, printing) 9 # * Feature/directory-based sources (e.g., history, printing)
10 10
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 'browser/ui/android/toolbar/toolbar_model_android.cc', 479 'browser/ui/android/toolbar/toolbar_model_android.cc',
480 'browser/ui/android/toolbar/toolbar_model_android.h', 480 'browser/ui/android/toolbar/toolbar_model_android.h',
481 'browser/ui/android/usb_chooser_dialog_android.cc', 481 'browser/ui/android/usb_chooser_dialog_android.cc',
482 'browser/ui/android/usb_chooser_dialog_android.h', 482 'browser/ui/android/usb_chooser_dialog_android.h',
483 'browser/ui/android/view_android_helper.cc', 483 'browser/ui/android/view_android_helper.cc',
484 'browser/ui/android/view_android_helper.h', 484 'browser/ui/android/view_android_helper.h',
485 'browser/ui/android/website_settings_popup_android.cc', 485 'browser/ui/android/website_settings_popup_android.cc',
486 'browser/ui/android/website_settings_popup_android.h', 486 'browser/ui/android/website_settings_popup_android.h',
487 'browser/ui/browser_otr_state_android.cc', 487 'browser/ui/browser_otr_state_android.cc',
488 'browser/ui/screen_capture_notification_ui_stub.cc', 488 'browser/ui/screen_capture_notification_ui_stub.cc',
489 'browser/ui/webui/offline_internals_ui.cc',
490 'browser/ui/webui/offline_internals_ui.h',
489 'browser/ui/webui/popular_sites_internals_message_handler.cc', 491 'browser/ui/webui/popular_sites_internals_message_handler.cc',
490 'browser/ui/webui/popular_sites_internals_message_handler.h', 492 'browser/ui/webui/popular_sites_internals_message_handler.h',
491 'browser/ui/webui/popular_sites_internals_ui.cc', 493 'browser/ui/webui/popular_sites_internals_ui.cc',
492 'browser/ui/webui/popular_sites_internals_ui.h', 494 'browser/ui/webui/popular_sites_internals_ui.h',
493 'browser/ui/webui/snippets_internals_message_handler.cc', 495 'browser/ui/webui/snippets_internals_message_handler.cc',
494 'browser/ui/webui/snippets_internals_message_handler.h', 496 'browser/ui/webui/snippets_internals_message_handler.h',
495 'browser/ui/webui/snippets_internals_ui.cc', 497 'browser/ui/webui/snippets_internals_ui.cc',
496 'browser/ui/webui/snippets_internals_ui.h', 498 'browser/ui/webui/snippets_internals_ui.h',
497 ], 499 ],
498 # Cross-platform ash sources. 500 # Cross-platform ash sources.
(...skipping 2846 matching lines...) Expand 10 before | Expand all | Expand 10 after
3345 ], 3347 ],
3346 'sources': [ 3348 'sources': [
3347 '<@(chrome_browser_ui_non_mobile_sources)', 3349 '<@(chrome_browser_ui_non_mobile_sources)',
3348 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3350 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3349 ], 3351 ],
3350 }], 3352 }],
3351 ], 3353 ],
3352 }, 3354 },
3353 ], 3355 ],
3354 } 3356 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/offline_internals_ui.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698