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

Side by Side Diff: content/content_browser.gypi

Issue 20860003: Remove hyphenation code from Chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 4 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
« no previous file with comments | « content/common/hyphenator_messages.h ('k') | content/content_renderer.gypi » ('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 (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 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 'browser/histogram_controller.h', 562 'browser/histogram_controller.h',
563 'browser/histogram_internals_request_job.cc', 563 'browser/histogram_internals_request_job.cc',
564 'browser/histogram_internals_request_job.h', 564 'browser/histogram_internals_request_job.h',
565 'browser/histogram_message_filter.cc', 565 'browser/histogram_message_filter.cc',
566 'browser/histogram_message_filter.h', 566 'browser/histogram_message_filter.h',
567 'browser/histogram_subscriber.h', 567 'browser/histogram_subscriber.h',
568 'browser/histogram_synchronizer.cc', 568 'browser/histogram_synchronizer.cc',
569 'browser/histogram_synchronizer.h', 569 'browser/histogram_synchronizer.h',
570 'browser/host_zoom_map_impl.cc', 570 'browser/host_zoom_map_impl.cc',
571 'browser/host_zoom_map_impl.h', 571 'browser/host_zoom_map_impl.h',
572 'browser/hyphenator/hyphenator_message_filter.cc',
573 'browser/hyphenator/hyphenator_message_filter.h',
574 'browser/indexed_db/indexed_db.h', 572 'browser/indexed_db/indexed_db.h',
575 'browser/indexed_db/indexed_db_backing_store.cc', 573 'browser/indexed_db/indexed_db_backing_store.cc',
576 'browser/indexed_db/indexed_db_backing_store.h', 574 'browser/indexed_db/indexed_db_backing_store.h',
577 'browser/indexed_db/indexed_db_callbacks.cc', 575 'browser/indexed_db/indexed_db_callbacks.cc',
578 'browser/indexed_db/indexed_db_callbacks.h', 576 'browser/indexed_db/indexed_db_callbacks.h',
579 'browser/indexed_db/indexed_db_connection.cc', 577 'browser/indexed_db/indexed_db_connection.cc',
580 'browser/indexed_db/indexed_db_connection.h', 578 'browser/indexed_db/indexed_db_connection.h',
581 'browser/indexed_db/indexed_db_context_impl.cc', 579 'browser/indexed_db/indexed_db_context_impl.cc',
582 'browser/indexed_db/indexed_db_context_impl.h', 580 'browser/indexed_db/indexed_db_context_impl.h',
583 'browser/indexed_db/indexed_db_cursor.cc', 581 'browser/indexed_db/indexed_db_cursor.cc',
(...skipping 907 matching lines...) Expand 10 before | Expand all | Expand 10 after
1491 '../third_party/speex/speex.gyp:libspeex', 1489 '../third_party/speex/speex.gyp:libspeex',
1492 ], 1490 ],
1493 }], 1491 }],
1494 ['linux_use_libgps==1', { 1492 ['linux_use_libgps==1', {
1495 'dependencies': [ 1493 'dependencies': [
1496 '../build/linux/system.gyp:libgps', 1494 '../build/linux/system.gyp:libgps',
1497 ], 1495 ],
1498 }], 1496 }],
1499 ], 1497 ],
1500 } 1498 }
OLDNEW
« no previous file with comments | « content/common/hyphenator_messages.h ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698