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

Side by Side Diff: ui/base/BUILD.gn

Issue 288033016: GN build: GPU work, Windows compile, "check" errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src
Patch Set: missing files Created 6 years, 7 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 | « third_party/libwebp/BUILD.gn ('k') | ui/gfx/BUILD.gn » ('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 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/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/config.gni") 8 import("//build/config/android/config.gni")
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 } 10 }
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 "test/ui_controls_internal_win.cc", 512 "test/ui_controls_internal_win.cc",
513 "test/ui_controls_internal_win.h", 513 "test/ui_controls_internal_win.h",
514 "test/ui_controls_mac.mm", 514 "test/ui_controls_mac.mm",
515 "test/ui_controls_win.cc", 515 "test/ui_controls_win.cc",
516 ] 516 ]
517 517
518 deps = [ 518 deps = [
519 "//base", 519 "//base",
520 "//skia", 520 "//skia",
521 "//testing/gtest", 521 "//testing/gtest",
522 "//ui/events:events_base",
522 "//ui/gfx", 523 "//ui/gfx",
523 "//ui/gfx/geometry", 524 "//ui/gfx/geometry",
524 ] 525 ]
525 526
526 if (!is_ios) { 527 if (!is_ios) {
527 sources += [ 528 sources += [
528 "ime/dummy_input_method.cc", 529 "ime/dummy_input_method.cc",
529 "ime/dummy_input_method.h", 530 "ime/dummy_input_method.h",
530 "ime/dummy_text_input_client.cc", 531 "ime/dummy_text_input_client.cc",
531 "ime/dummy_text_input_client.h", 532 "ime/dummy_text_input_client.h",
532 ] 533 ]
533 } 534 }
534 } 535 }
535 536
536 if (is_android) { 537 if (is_android) {
537 generate_jni("ui_base_jni_headers") { 538 generate_jni("ui_base_jni_headers") {
538 sources = [ 539 sources = [
539 "../android/java/src/org/chromium/ui/base/Clipboard.java", 540 "../android/java/src/org/chromium/ui/base/Clipboard.java",
540 "../android/java/src/org/chromium/ui/base/DeviceFormFactor.java", 541 "../android/java/src/org/chromium/ui/base/DeviceFormFactor.java",
541 "../android/java/src/org/chromium/ui/base/LocalizationUtils.java", 542 "../android/java/src/org/chromium/ui/base/LocalizationUtils.java",
542 "../android/java/src/org/chromium/ui/base/SelectFileDialog.java", 543 "../android/java/src/org/chromium/ui/base/SelectFileDialog.java",
543 "../android/java/src/org/chromium/ui/base/TouchDevice.java", 544 "../android/java/src/org/chromium/ui/base/TouchDevice.java",
544 "../android/java/src/org/chromium/ui/base/ViewAndroid.java", 545 "../android/java/src/org/chromium/ui/base/ViewAndroid.java",
545 "../android/java/src/org/chromium/ui/base/WindowAndroid.java", 546 "../android/java/src/org/chromium/ui/base/WindowAndroid.java",
546 ] 547 ]
547 jni_package = "base" 548 jni_package = "base"
548 } 549 }
549 } 550 }
OLDNEW
« no previous file with comments | « third_party/libwebp/BUILD.gn ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698