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

Unified Diff: components/physical_web.gypi

Issue 2248913007: Add a Physical Web WebUI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 3 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 | « components/components_strings.grd ('k') | components/physical_web/webui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/physical_web.gypi
diff --git a/components/physical_web.gypi b/components/physical_web.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..eb9e971c1952a354e74e61787e38274e2a8978ea
--- /dev/null
+++ b/components/physical_web.gypi
@@ -0,0 +1,30 @@
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'targets': [
+ {
+ # GN version: //components/physical_web/data_source
+ 'target_name': 'physical_web_data_source',
+ 'type': 'static_library',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ ],
+ 'sources': [
+ # Note: sources list duplicated in GN build.
+ 'physical_web/data_source/physical_web_data_source.h',
+ ],
+ },
+ {
+ # GN version: //components/physical_web/webui
+ 'target_name': 'physical_web_ui',
+ 'type': 'static_library',
+ 'sources': [
+ # Note: sources list duplicated in GN build.
+ 'physical_web/webui/physical_web_ui_constants.cc',
+ 'physical_web/webui/physical_web_ui_constants.h',
+ ],
+ },
+ ],
+}
« no previous file with comments | « components/components_strings.grd ('k') | components/physical_web/webui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698