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

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 1497 matching lines...) Expand 10 before | Expand all | Expand 10 after
1508 ['exclude', '^browser/renderer_host/input/touchpad_tap_suppression_contr oller_aura.cc'], 1508 ['exclude', '^browser/renderer_host/input/touchpad_tap_suppression_contr oller_aura.cc'],
1509 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], 1509 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'],
1510 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], 1510 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'],
1511 ['exclude', '^browser/web_contents/touch_editable_impl_aura.cc'], 1511 ['exclude', '^browser/web_contents/touch_editable_impl_aura.cc'],
1512 ['exclude', '^browser/web_contents/touch_editable_impl_aura.h'], 1512 ['exclude', '^browser/web_contents/touch_editable_impl_aura.h'],
1513 ], 1513 ],
1514 }], 1514 }],
1515 ['enable_plugins==1', { 1515 ['enable_plugins==1', {
1516 'dependencies': [ 1516 'dependencies': [
1517 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 1517 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
1518 '../ppapi/ppapi_internal.gyp:ppapi_shared',
1518 ], 1519 ],
1519 }, { # enable_plugins==0 1520 }, { # enable_plugins==0
1520 'sources!': [ 1521 'sources!': [
1521 'browser/pepper_flash_settings_helper_impl.cc', 1522 'browser/pepper_flash_settings_helper_impl.cc',
1522 'browser/pepper_flash_settings_helper_impl.h', 1523 'browser/pepper_flash_settings_helper_impl.h',
1523 'browser/plugin_data_remover_impl.cc', 1524 'browser/plugin_data_remover_impl.cc',
1524 'browser/plugin_data_remover_impl.h', 1525 'browser/plugin_data_remover_impl.h',
1525 'browser/plugin_loader_posix.cc', 1526 'browser/plugin_loader_posix.cc',
1526 'browser/plugin_loader_posix.h', 1527 'browser/plugin_loader_posix.h',
1527 'browser/plugin_process_host.cc', 1528 'browser/plugin_process_host.cc',
(...skipping 17 matching lines...) Expand all
1545 '../third_party/speex/speex.gyp:libspeex', 1546 '../third_party/speex/speex.gyp:libspeex',
1546 ], 1547 ],
1547 }], 1548 }],
1548 ['linux_use_libgps==1', { 1549 ['linux_use_libgps==1', {
1549 'dependencies': [ 1550 'dependencies': [
1550 '../build/linux/system.gyp:libgps', 1551 '../build/linux/system.gyp:libgps',
1551 ], 1552 ],
1552 }], 1553 }],
1553 ], 1554 ],
1554 } 1555 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698