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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 2292703002: chromeos: Remove unused NFC D-Bus client library (Closed)
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 unified diff | Download patch
« no previous file with comments | « chrome/browser/ui/webui/chromeos/nfc_debug_ui.cc ('k') | chrome/common/url_constants.h » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'variables': { 6 'variables': {
7 # There are two sections of sources: 7 # There are two sections of sources:
8 # * "Platform"-based sources (OS, toolkit, etc.) 8 # * "Platform"-based sources (OS, toolkit, etc.)
9 # * Feature/directory-based sources (e.g., history, printing) 9 # * Feature/directory-based sources (e.g., history, printing)
10 10
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 'browser/ui/webui/chromeos/login/user_image_screen_handler.cc', 272 'browser/ui/webui/chromeos/login/user_image_screen_handler.cc',
273 'browser/ui/webui/chromeos/login/user_image_screen_handler.h', 273 'browser/ui/webui/chromeos/login/user_image_screen_handler.h',
274 'browser/ui/webui/chromeos/login/wrong_hwid_screen_handler.cc', 274 'browser/ui/webui/chromeos/login/wrong_hwid_screen_handler.cc',
275 'browser/ui/webui/chromeos/login/wrong_hwid_screen_handler.h', 275 'browser/ui/webui/chromeos/login/wrong_hwid_screen_handler.h',
276 'browser/ui/webui/chromeos/mobile_setup_dialog.cc', 276 'browser/ui/webui/chromeos/mobile_setup_dialog.cc',
277 'browser/ui/webui/chromeos/mobile_setup_dialog.h', 277 'browser/ui/webui/chromeos/mobile_setup_dialog.h',
278 'browser/ui/webui/chromeos/mobile_setup_ui.cc', 278 'browser/ui/webui/chromeos/mobile_setup_ui.cc',
279 'browser/ui/webui/chromeos/mobile_setup_ui.h', 279 'browser/ui/webui/chromeos/mobile_setup_ui.h',
280 'browser/ui/webui/chromeos/network_ui.cc', 280 'browser/ui/webui/chromeos/network_ui.cc',
281 'browser/ui/webui/chromeos/network_ui.h', 281 'browser/ui/webui/chromeos/network_ui.h',
282 'browser/ui/webui/chromeos/nfc_debug_ui.cc',
283 'browser/ui/webui/chromeos/nfc_debug_ui.h',
284 'browser/ui/webui/chromeos/power_ui.cc', 282 'browser/ui/webui/chromeos/power_ui.cc',
285 'browser/ui/webui/chromeos/power_ui.h', 283 'browser/ui/webui/chromeos/power_ui.h',
286 'browser/ui/webui/chromeos/proxy_settings_ui.cc', 284 'browser/ui/webui/chromeos/proxy_settings_ui.cc',
287 'browser/ui/webui/chromeos/proxy_settings_ui.h', 285 'browser/ui/webui/chromeos/proxy_settings_ui.h',
288 'browser/ui/webui/chromeos/set_time_ui.cc', 286 'browser/ui/webui/chromeos/set_time_ui.cc',
289 'browser/ui/webui/chromeos/set_time_ui.h', 287 'browser/ui/webui/chromeos/set_time_ui.h',
290 'browser/ui/webui/chromeos/sim_unlock_ui.cc', 288 'browser/ui/webui/chromeos/sim_unlock_ui.cc',
291 'browser/ui/webui/chromeos/sim_unlock_ui.h', 289 'browser/ui/webui/chromeos/sim_unlock_ui.h',
292 'browser/ui/webui/chromeos/slow_trace_ui.cc', 290 'browser/ui/webui/chromeos/slow_trace_ui.cc',
293 'browser/ui/webui/chromeos/slow_trace_ui.h', 291 'browser/ui/webui/chromeos/slow_trace_ui.h',
(...skipping 2683 matching lines...) Expand 10 before | Expand all | Expand 10 after
2977 ], 2975 ],
2978 }], 2976 }],
2979 ['buildtype!="Official" and chromeos==1', { 2977 ['buildtype!="Official" and chromeos==1', {
2980 'sources': [ '<@(chrome_browser_ui_chromeos_non_official_sources)' ], 2978 'sources': [ '<@(chrome_browser_ui_chromeos_non_official_sources)' ],
2981 }], 2979 }],
2982 ['chromeos==1', { 2980 ['chromeos==1', {
2983 'sources': [ '<@(chrome_browser_ui_chromeos_sources)' ], 2981 'sources': [ '<@(chrome_browser_ui_chromeos_sources)' ],
2984 'dependencies': [ 2982 'dependencies': [
2985 'browser_chromeos', 2983 'browser_chromeos',
2986 '../components/components.gyp:proximity_auth_webui', 2984 '../components/components.gyp:proximity_auth_webui',
2987 '../device/nfc/nfc.gyp:device_nfc',
2988 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 2985 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
2989 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos', 2986 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos',
2990 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', 2987 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
2991 '../ui/events/events.gyp:dom_keycode_converter', 2988 '../ui/events/events.gyp:dom_keycode_converter',
2992 ], 2989 ],
2993 }], 2990 }],
2994 ['enable_app_list==1 and chromeos==1', { 2991 ['enable_app_list==1 and chromeos==1', {
2995 'sources': [ '<@(chrome_browser_ui_chromeos_arc_sources)' ], 2992 'sources': [ '<@(chrome_browser_ui_chromeos_arc_sources)' ],
2996 'dependencies': [ 2993 'dependencies': [
2997 '../components/components.gyp:arc_mojo_bindings', 2994 '../components/components.gyp:arc_mojo_bindings',
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
3340 ], 3337 ],
3341 'sources': [ 3338 'sources': [
3342 '<@(chrome_browser_ui_non_mobile_sources)', 3339 '<@(chrome_browser_ui_non_mobile_sources)',
3343 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3340 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3344 ], 3341 ],
3345 }], 3342 }],
3346 ], 3343 ],
3347 }, 3344 },
3348 ], 3345 ],
3349 } 3346 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chromeos/nfc_debug_ui.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698