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

Unified Diff: ui/base/ui_base.gyp

Issue 393953008: Add ui/display, message_center, webview to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 6 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/BUILD.gn ('k') | ui/display/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ui_base.gyp
diff --git a/ui/base/ui_base.gyp b/ui/base/ui_base.gyp
index d733be47460b9821a4b082f93d72293d7bfcd65b..59c79fd8f0ef27958ebf968b3046533d9bfd0575 100644
--- a/ui/base/ui_base.gyp
+++ b/ui/base/ui_base.gyp
@@ -8,6 +8,7 @@
},
'targets': [
{
+ # GN version: //ui/base
'target_name': 'ui_base',
'type': '<(component)',
'dependencies': [
@@ -35,6 +36,7 @@
'../gfx/gfx.gyp:gfx',
],
'sources' : [
+ # Note: file list duplicated in GN build.
'accelerators/accelerator.cc',
'accelerators/accelerator.h',
'accelerators/accelerator_manager.cc',
@@ -580,6 +582,7 @@
],
},
{
+ # GN version: //ui/base:test_support
'target_name': 'ui_base_test_support',
'dependencies': [
'../../base/base.gyp:base',
@@ -589,6 +592,7 @@
'../gfx/gfx.gyp:gfx_geometry',
],
'sources': [
+ # Note: file list duplicated in GN build.
'test/ui_controls.h',
'test/ui_controls_aura.cc',
'test/ui_controls_internal_win.cc',
@@ -624,9 +628,11 @@
['OS=="android"' , {
'targets': [
{
+ # GN version: //ui/base:ui_base_jni_headers
'target_name': 'ui_base_jni_headers',
'type': 'none',
'sources': [
+ # Note: file list duplicated in GN build.
'../android/java/src/org/chromium/ui/base/Clipboard.java',
'../android/java/src/org/chromium/ui/base/DeviceFormFactor.java',
'../android/java/src/org/chromium/ui/base/LocalizationUtils.java',
« no previous file with comments | « content/common/BUILD.gn ('k') | ui/display/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698