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

Side by Side Diff: content/content_browser.gypi

Issue 24195004: PPB_TCPSocket: add support for TCP server socket operations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'dependencies': [ 6 'dependencies': [
7 'browser/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 1501 matching lines...) Expand 10 before | Expand all | Expand 10 after
1512 ['exclude', '^browser/renderer_host/input/touchpad_tap_suppression_contr oller_aura.cc'], 1512 ['exclude', '^browser/renderer_host/input/touchpad_tap_suppression_contr oller_aura.cc'],
1513 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], 1513 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'],
1514 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], 1514 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'],
1515 ['exclude', '^browser/web_contents/touch_editable_impl_aura.cc'], 1515 ['exclude', '^browser/web_contents/touch_editable_impl_aura.cc'],
1516 ['exclude', '^browser/web_contents/touch_editable_impl_aura.h'], 1516 ['exclude', '^browser/web_contents/touch_editable_impl_aura.h'],
1517 ], 1517 ],
1518 }], 1518 }],
1519 ['enable_plugins==1', { 1519 ['enable_plugins==1', {
1520 'dependencies': [ 1520 'dependencies': [
1521 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 1521 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
1522 '../ppapi/ppapi_internal.gyp:ppapi_shared',
1522 ], 1523 ],
1523 }, { # enable_plugins==0 1524 }, { # enable_plugins==0
1524 'sources!': [ 1525 'sources!': [
1525 'browser/pepper_flash_settings_helper_impl.cc', 1526 'browser/pepper_flash_settings_helper_impl.cc',
1526 'browser/pepper_flash_settings_helper_impl.h', 1527 'browser/pepper_flash_settings_helper_impl.h',
1527 'browser/plugin_data_remover_impl.cc', 1528 'browser/plugin_data_remover_impl.cc',
1528 'browser/plugin_data_remover_impl.h', 1529 'browser/plugin_data_remover_impl.h',
1529 'browser/plugin_loader_posix.cc', 1530 'browser/plugin_loader_posix.cc',
1530 'browser/plugin_loader_posix.h', 1531 'browser/plugin_loader_posix.h',
1531 'browser/plugin_process_host.cc', 1532 'browser/plugin_process_host.cc',
(...skipping 17 matching lines...) Expand all
1549 '../third_party/speex/speex.gyp:libspeex', 1550 '../third_party/speex/speex.gyp:libspeex',
1550 ], 1551 ],
1551 }], 1552 }],
1552 ['linux_use_libgps==1', { 1553 ['linux_use_libgps==1', {
1553 'dependencies': [ 1554 'dependencies': [
1554 '../build/linux/system.gyp:libgps', 1555 '../build/linux/system.gyp:libgps',
1555 ], 1556 ],
1556 }], 1557 }],
1557 ], 1558 ],
1558 } 1559 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698