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

Side by Side Diff: chrome/chrome_common.gypi

Issue 50603005: Add cross-platform API to get the form factor of the device (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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 | « no previous file | chrome/common/form_factor.h » ('j') | chrome/common/form_factor.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 'common/extensions/value_counter.cc', 282 'common/extensions/value_counter.cc',
283 'common/extensions/value_counter.h', 283 'common/extensions/value_counter.h',
284 'common/extensions/web_accessible_resources_handler.cc', 284 'common/extensions/web_accessible_resources_handler.cc',
285 'common/extensions/web_accessible_resources_handler.h', 285 'common/extensions/web_accessible_resources_handler.h',
286 'common/extensions/webview_handler.cc', 286 'common/extensions/webview_handler.cc',
287 'common/extensions/webview_handler.h', 287 'common/extensions/webview_handler.h',
288 'common/favicon/favicon_types.cc', 288 'common/favicon/favicon_types.cc',
289 'common/favicon/favicon_types.h', 289 'common/favicon/favicon_types.h',
290 'common/favicon/favicon_url_parser.cc', 290 'common/favicon/favicon_url_parser.cc',
291 'common/favicon/favicon_url_parser.h', 291 'common/favicon/favicon_url_parser.h',
292 'common/form_factor_android.cc',
293 'common/form_factor_desktop.cc',
Alexei Svitkine (slow) 2013/10/29 15:26:21 I think we don't have gypi magic for _desktop.cc f
yao 2013/10/29 19:21:57 Done.
294 'common/form_factor_ios.mm',
295 'common/form_factor.h',
292 'common/icon_with_badge_image_source.cc', 296 'common/icon_with_badge_image_source.cc',
293 'common/icon_with_badge_image_source.h', 297 'common/icon_with_badge_image_source.h',
294 'common/importer/firefox_importer_utils.cc', 298 'common/importer/firefox_importer_utils.cc',
295 'common/importer/firefox_importer_utils.h', 299 'common/importer/firefox_importer_utils.h',
296 'common/importer/firefox_importer_utils_linux.cc', 300 'common/importer/firefox_importer_utils_linux.cc',
297 'common/importer/firefox_importer_utils_mac.mm', 301 'common/importer/firefox_importer_utils_mac.mm',
298 'common/importer/firefox_importer_utils_win.cc', 302 'common/importer/firefox_importer_utils_win.cc',
299 'common/importer/ie_importer_test_registry_overrider_win.cc', 303 'common/importer/ie_importer_test_registry_overrider_win.cc',
300 'common/importer/ie_importer_test_registry_overrider_win.h', 304 'common/importer/ie_importer_test_registry_overrider_win.h',
301 'common/importer/ie_importer_utils_win.cc', 305 'common/importer/ie_importer_utils_win.cc',
(...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after
788 'common/metrics/proto/user_action_event.proto', 792 'common/metrics/proto/user_action_event.proto',
789 ], 793 ],
790 'variables': { 794 'variables': {
791 'proto_in_dir': 'common/metrics/proto', 795 'proto_in_dir': 'common/metrics/proto',
792 'proto_out_dir': 'chrome/common/metrics/proto', 796 'proto_out_dir': 'chrome/common/metrics/proto',
793 }, 797 },
794 'includes': [ '../build/protoc.gypi' ], 798 'includes': [ '../build/protoc.gypi' ],
795 }, 799 },
796 ], 800 ],
797 } 801 }
OLDNEW
« no previous file with comments | « no previous file | chrome/common/form_factor.h » ('j') | chrome/common/form_factor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698