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

Side by Side Diff: chrome/browser/ui/BUILD.gn

Issue 2505403003: TouchView Mojom (Closed)
Patch Set: Minor param rename Created 4 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 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 import("//build/config/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 "webui/chromeos/proxy_settings_ui.cc", 315 "webui/chromeos/proxy_settings_ui.cc",
316 "webui/chromeos/proxy_settings_ui.h", 316 "webui/chromeos/proxy_settings_ui.h",
317 "webui/chromeos/set_time_ui.cc", 317 "webui/chromeos/set_time_ui.cc",
318 "webui/chromeos/set_time_ui.h", 318 "webui/chromeos/set_time_ui.h",
319 "webui/chromeos/sim_unlock_ui.cc", 319 "webui/chromeos/sim_unlock_ui.cc",
320 "webui/chromeos/sim_unlock_ui.h", 320 "webui/chromeos/sim_unlock_ui.h",
321 "webui/chromeos/slow_trace_ui.cc", 321 "webui/chromeos/slow_trace_ui.cc",
322 "webui/chromeos/slow_trace_ui.h", 322 "webui/chromeos/slow_trace_ui.h",
323 "webui/chromeos/slow_ui.cc", 323 "webui/chromeos/slow_ui.cc",
324 "webui/chromeos/slow_ui.h", 324 "webui/chromeos/slow_ui.h",
325 "webui/chromeos/touch_view_controller_delegate.cc",
326 "webui/chromeos/touch_view_controller_delegate.h",
327 "webui/chromeos/ui_account_tweaks.cc", 325 "webui/chromeos/ui_account_tweaks.cc",
328 "webui/chromeos/ui_account_tweaks.h", 326 "webui/chromeos/ui_account_tweaks.h",
329 "webui/components_ui.cc", 327 "webui/components_ui.cc",
330 "webui/components_ui.h", 328 "webui/components_ui.h",
331 "webui/constrained_web_dialog_ui.cc", 329 "webui/constrained_web_dialog_ui.cc",
332 "webui/constrained_web_dialog_ui.h", 330 "webui/constrained_web_dialog_ui.h",
333 "webui/cookies_tree_model_util.cc", 331 "webui/cookies_tree_model_util.cc",
334 "webui/cookies_tree_model_util.h", 332 "webui/cookies_tree_model_util.h",
335 "webui/crashes_ui.cc", 333 "webui/crashes_ui.cc",
336 "webui/crashes_ui.h", 334 "webui/crashes_ui.h",
(...skipping 3138 matching lines...) Expand 10 before | Expand all | Expand 10 after
3475 "test/test_confirm_bubble_model.cc", 3473 "test/test_confirm_bubble_model.cc",
3476 "test/test_confirm_bubble_model.h", 3474 "test/test_confirm_bubble_model.h",
3477 ] 3475 ]
3478 deps += [ "//chrome/test:test_support_ui" ] 3476 deps += [ "//chrome/test:test_support_ui" ]
3479 } 3477 }
3480 3478
3481 if (enable_extensions) { 3479 if (enable_extensions) {
3482 deps += [ "//extensions/browser" ] 3480 deps += [ "//extensions/browser" ]
3483 } 3481 }
3484 } 3482 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698