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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 793783003: Move infobar constants and the code that uses them from components/ to chrome/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Bad include path Created 6 years 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 'chrome_browser_ui_non_ios_sources': [ 7 'chrome_browser_ui_non_ios_sources': [
8 'browser/ui/accelerator_utils.h', 8 'browser/ui/accelerator_utils.h',
9 'browser/ui/android/android_about_app_info.cc', 9 'browser/ui/android/android_about_app_info.cc',
10 'browser/ui/android/android_about_app_info.h', 10 'browser/ui/android/android_about_app_info.h',
(...skipping 1397 matching lines...) Expand 10 before | Expand all | Expand 10 after
1408 'browser/ui/find_bar/find_bar_controller.cc', 1408 'browser/ui/find_bar/find_bar_controller.cc',
1409 'browser/ui/find_bar/find_bar_controller.h', 1409 'browser/ui/find_bar/find_bar_controller.h',
1410 'browser/ui/fullscreen/fullscreen_controller.cc', 1410 'browser/ui/fullscreen/fullscreen_controller.cc',
1411 'browser/ui/fullscreen/fullscreen_controller.h', 1411 'browser/ui/fullscreen/fullscreen_controller.h',
1412 'browser/ui/fullscreen/fullscreen_exit_bubble.cc', 1412 'browser/ui/fullscreen/fullscreen_exit_bubble.cc',
1413 'browser/ui/fullscreen/fullscreen_exit_bubble.h', 1413 'browser/ui/fullscreen/fullscreen_exit_bubble.h',
1414 'browser/ui/fullscreen/fullscreen_exit_bubble_type.cc', 1414 'browser/ui/fullscreen/fullscreen_exit_bubble_type.cc',
1415 'browser/ui/fullscreen/fullscreen_exit_bubble_type.h', 1415 'browser/ui/fullscreen/fullscreen_exit_bubble_type.h',
1416 'browser/ui/fullscreen/fullscreen_within_tab_helper.cc', 1416 'browser/ui/fullscreen/fullscreen_within_tab_helper.cc',
1417 'browser/ui/fullscreen/fullscreen_within_tab_helper.h', 1417 'browser/ui/fullscreen/fullscreen_within_tab_helper.h',
1418 'browser/ui/infobar_container_delegate.cc',
1419 'browser/ui/infobar_container_delegate.h',
1418 'browser/ui/location_bar/location_bar.cc', 1420 'browser/ui/location_bar/location_bar.cc',
1419 'browser/ui/location_bar/location_bar.h', 1421 'browser/ui/location_bar/location_bar.h',
1420 'browser/ui/location_bar/location_bar_util.cc', 1422 'browser/ui/location_bar/location_bar_util.cc',
1421 'browser/ui/location_bar/location_bar_util.h', 1423 'browser/ui/location_bar/location_bar_util.h',
1422 'browser/ui/location_bar/origin_chip_info.cc', 1424 'browser/ui/location_bar/origin_chip_info.cc',
1423 'browser/ui/location_bar/origin_chip_info.h', 1425 'browser/ui/location_bar/origin_chip_info.h',
1424 'browser/ui/native_window_tracker.h', 1426 'browser/ui/native_window_tracker.h',
1425 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc', 1427 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc',
1426 'browser/ui/omnibox/alternate_nav_infobar_delegate.h', 1428 'browser/ui/omnibox/alternate_nav_infobar_delegate.h',
1427 'browser/ui/omnibox/omnibox_controller.cc', 1429 'browser/ui/omnibox/omnibox_controller.cc',
(...skipping 1656 matching lines...) Expand 10 before | Expand all | Expand 10 after
3084 ['OS!="android" and OS!="ios"', { 3086 ['OS!="android" and OS!="ios"', {
3085 'dependencies': [ 3087 'dependencies': [
3086 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 3088 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
3087 ], 3089 ],
3088 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], 3090 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ],
3089 }], 3091 }],
3090 ], 3092 ],
3091 }, 3093 },
3092 ], 3094 ],
3093 } 3095 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698