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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 2252063002: Adding client code for new desktop First Run Experience. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Inlining CSS Created 4 years, 4 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
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 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 'browser/ui/webui/user_actions/user_actions_ui.cc', 392 'browser/ui/webui/user_actions/user_actions_ui.cc',
393 'browser/ui/webui/user_actions/user_actions_ui.h', 393 'browser/ui/webui/user_actions/user_actions_ui.h',
394 'browser/ui/webui/user_actions/user_actions_ui_handler.cc', 394 'browser/ui/webui/user_actions/user_actions_ui_handler.cc',
395 'browser/ui/webui/user_actions/user_actions_ui_handler.h', 395 'browser/ui/webui/user_actions/user_actions_ui_handler.h',
396 'browser/ui/webui/version_handler.cc', 396 'browser/ui/webui/version_handler.cc',
397 'browser/ui/webui/version_handler.h', 397 'browser/ui/webui/version_handler.h',
398 'browser/ui/webui/version_handler_chromeos.cc', 398 'browser/ui/webui/version_handler_chromeos.cc',
399 'browser/ui/webui/version_handler_chromeos.h', 399 'browser/ui/webui/version_handler_chromeos.h',
400 'browser/ui/webui/version_ui.cc', 400 'browser/ui/webui/version_ui.cc',
401 'browser/ui/webui/version_ui.h', 401 'browser/ui/webui/version_ui.h',
402 'browser/ui/webui/welcome_ui.cc',
403 'browser/ui/webui/welcome_ui.h',
402 'browser/ui/window_sizer/window_sizer_mac.mm', 404 'browser/ui/window_sizer/window_sizer_mac.mm',
403 'browser/ui/zoom/chrome_zoom_level_otr_delegate.cc', 405 'browser/ui/zoom/chrome_zoom_level_otr_delegate.cc',
404 'browser/ui/zoom/chrome_zoom_level_otr_delegate.h', 406 'browser/ui/zoom/chrome_zoom_level_otr_delegate.h',
405 'browser/ui/zoom/chrome_zoom_level_prefs.cc', 407 'browser/ui/zoom/chrome_zoom_level_prefs.cc',
406 'browser/ui/zoom/chrome_zoom_level_prefs.h', 408 'browser/ui/zoom/chrome_zoom_level_prefs.h',
407 ], 409 ],
408 'chrome_browser_ui_android_java_ui_sources': [ 410 'chrome_browser_ui_android_java_ui_sources': [
409 'browser/ui/android/autofill/autofill_keyboard_accessory_view.cc', 411 'browser/ui/android/autofill/autofill_keyboard_accessory_view.cc',
410 'browser/ui/android/autofill/autofill_keyboard_accessory_view.h', 412 'browser/ui/android/autofill/autofill_keyboard_accessory_view.h',
411 'browser/ui/android/autofill/autofill_logger_android.cc', 413 'browser/ui/android/autofill/autofill_logger_android.cc',
(...skipping 2975 matching lines...) Expand 10 before | Expand all | Expand 10 after
3387 ], 3389 ],
3388 'sources': [ 3390 'sources': [
3389 '<@(chrome_browser_ui_non_mobile_sources)', 3391 '<@(chrome_browser_ui_non_mobile_sources)',
3390 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3392 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3391 ], 3393 ],
3392 }], 3394 }],
3393 ], 3395 ],
3394 }, 3396 },
3395 ], 3397 ],
3396 } 3398 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698