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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 23503042: Initial WebUI for DOM Distiller. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reupload Created 7 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 | Annotate | Revision Log
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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2441 matching lines...) Expand 10 before | Expand all | Expand 10 after
2452 'conditions': [ 2452 'conditions': [
2453 ['OS != "ios"', { 2453 ['OS != "ios"', {
2454 'dependencies': [ 2454 'dependencies': [
2455 'browser_extensions', 2455 'browser_extensions',
2456 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', 2456 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor',
2457 'common/extensions/api/api.gyp:api', 2457 'common/extensions/api/api.gyp:api',
2458 'debugger', 2458 'debugger',
2459 'installer_util', 2459 'installer_util',
2460 '../components/components.gyp:autofill_content_risk_proto', 2460 '../components/components.gyp:autofill_content_risk_proto',
2461 '../components/component_strings.gyp:component_strings', 2461 '../components/component_strings.gyp:component_strings',
2462 '../components/components.gyp:dom_distiller_core',
2463 '../components/components.gyp:dom_distiller_webui',
2462 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 2464 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
2463 '../media/media.gyp:media', 2465 '../media/media.gyp:media',
2464 '../net/net.gyp:net_with_v8', 2466 '../net/net.gyp:net_with_v8',
2465 '../printing/printing.gyp:printing', 2467 '../printing/printing.gyp:printing',
2466 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 2468 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2467 '../third_party/expat/expat.gyp:expat', 2469 '../third_party/expat/expat.gyp:expat',
2468 '../third_party/hunspell/hunspell.gyp:hunspell', 2470 '../third_party/hunspell/hunspell.gyp:hunspell',
2469 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2471 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2470 '../third_party/libjingle/libjingle.gyp:libjingle', 2472 '../third_party/libjingle/libjingle.gyp:libjingle',
2471 '../third_party/npapi/npapi.gyp:npapi', 2473 '../third_party/npapi/npapi.gyp:npapi',
(...skipping 737 matching lines...) Expand 10 before | Expand all | Expand 10 after
3209 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3211 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3210 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3212 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3211 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3213 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3212 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3214 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3213 ], 3215 ],
3214 }], 3216 }],
3215 ], 3217 ],
3216 }, 3218 },
3217 ], 3219 ],
3218 } 3220 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698