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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1421083003: Introduces window_finder_android.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 2353 matching lines...) Expand 10 before | Expand all | Expand 10 after
2364 'browser/ui/views/tabs/tab_controller.h', 2364 'browser/ui/views/tabs/tab_controller.h',
2365 'browser/ui/views/tabs/tab_drag_controller.cc', 2365 'browser/ui/views/tabs/tab_drag_controller.cc',
2366 'browser/ui/views/tabs/tab_drag_controller.h', 2366 'browser/ui/views/tabs/tab_drag_controller.h',
2367 'browser/ui/views/tabs/tab_strip.cc', 2367 'browser/ui/views/tabs/tab_strip.cc',
2368 'browser/ui/views/tabs/tab_strip.h', 2368 'browser/ui/views/tabs/tab_strip.h',
2369 'browser/ui/views/tabs/tab_strip_controller.h', 2369 'browser/ui/views/tabs/tab_strip_controller.h',
2370 'browser/ui/views/tabs/tab_strip_layout.cc', 2370 'browser/ui/views/tabs/tab_strip_layout.cc',
2371 'browser/ui/views/tabs/tab_strip_layout.h', 2371 'browser/ui/views/tabs/tab_strip_layout.h',
2372 'browser/ui/views/tabs/window_finder.h', 2372 'browser/ui/views/tabs/window_finder.h',
2373 'browser/ui/views/tabs/window_finder_chromeos.cc', 2373 'browser/ui/views/tabs/window_finder_chromeos.cc',
2374 'browser/ui/views/tabs/window_finder_impl.cc',
2374 'browser/ui/views/tabs/window_finder_mac.mm', 2375 'browser/ui/views/tabs/window_finder_mac.mm',
2375 'browser/ui/views/tabs/window_finder_win.cc', 2376 'browser/ui/views/tabs/window_finder_win.cc',
2376 'browser/ui/views/task_manager_view.cc', 2377 'browser/ui/views/task_manager_view.cc',
2377 'browser/ui/views/theme_image_mapper.cc', 2378 'browser/ui/views/theme_image_mapper.cc',
2378 'browser/ui/views/theme_image_mapper.h', 2379 'browser/ui/views/theme_image_mapper.h',
2379 'browser/ui/views/toolbar/app_menu_button.cc', 2380 'browser/ui/views/toolbar/app_menu_button.cc',
2380 'browser/ui/views/toolbar/app_menu_button.h', 2381 'browser/ui/views/toolbar/app_menu_button.h',
2381 'browser/ui/views/toolbar/back_button.cc', 2382 'browser/ui/views/toolbar/back_button.cc',
2382 'browser/ui/views/toolbar/back_button.h', 2383 'browser/ui/views/toolbar/back_button.h',
2383 'browser/ui/views/toolbar/browser_actions_container.cc', 2384 'browser/ui/views/toolbar/browser_actions_container.cc',
(...skipping 854 matching lines...) Expand 10 before | Expand all | Expand 10 after
3238 ], 3239 ],
3239 'sources': [ 3240 'sources': [
3240 '<@(chrome_browser_ui_non_mobile_sources)', 3241 '<@(chrome_browser_ui_non_mobile_sources)',
3241 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3242 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3242 ], 3243 ],
3243 }], 3244 }],
3244 ], 3245 ],
3245 }, 3246 },
3246 ], 3247 ],
3247 } 3248 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698