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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 634273002: Revert of [Suggestions] Create ImageEncoder, to abstract away image encode/decode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 2787 matching lines...) Expand 10 before | Expand all | Expand 10 after
2798 '../components/components.gyp:domain_reliability', 2798 '../components/components.gyp:domain_reliability',
2799 '../components/components.gyp:favicon_base', 2799 '../components/components.gyp:favicon_base',
2800 '../components/components.gyp:favicon_core', 2800 '../components/components.gyp:favicon_core',
2801 '../components/components.gyp:feedback_component', 2801 '../components/components.gyp:feedback_component',
2802 '../components/components.gyp:gcm_driver', 2802 '../components/components.gyp:gcm_driver',
2803 '../components/components.gyp:google_core_browser', 2803 '../components/components.gyp:google_core_browser',
2804 '../components/components.gyp:history_core_browser', 2804 '../components/components.gyp:history_core_browser',
2805 '../components/components.gyp:history_core_common', 2805 '../components/components.gyp:history_core_common',
2806 '../components/components.gyp:infobars_core', 2806 '../components/components.gyp:infobars_core',
2807 '../components/components.gyp:invalidation', 2807 '../components/components.gyp:invalidation',
2808 '../components/components.gyp:jpeg_image_encoder',
2809 '../components/components.gyp:metrics', 2808 '../components/components.gyp:metrics',
2810 '../components/components.gyp:metrics_gpu', 2809 '../components/components.gyp:metrics_gpu',
2811 '../components/components.gyp:metrics_net', 2810 '../components/components.gyp:metrics_net',
2812 '../components/components.gyp:metrics_profiler', 2811 '../components/components.gyp:metrics_profiler',
2813 '../components/components.gyp:navigation_metrics', 2812 '../components/components.gyp:navigation_metrics',
2814 '../components/components.gyp:network_time', 2813 '../components/components.gyp:network_time',
2815 '../components/components.gyp:omaha_query_params', 2814 '../components/components.gyp:omaha_query_params',
2816 '../components/components.gyp:omnibox', 2815 '../components/components.gyp:omnibox',
2817 '../components/components.gyp:os_crypt', 2816 '../components/components.gyp:os_crypt',
2818 '../components/components.gyp:password_manager_core_browser', 2817 '../components/components.gyp:password_manager_core_browser',
(...skipping 776 matching lines...) Expand 10 before | Expand all | Expand 10 after
3595 'variables': { 3594 'variables': {
3596 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3595 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3597 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3596 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3598 }, 3597 },
3599 'includes': [ '../build/protoc.gypi' ] 3598 'includes': [ '../build/protoc.gypi' ]
3600 }, 3599 },
3601 ], 3600 ],
3602 },], 3601 },],
3603 ], 3602 ],
3604 } 3603 }
OLDNEW
« no previous file with comments | « chrome/browser/search/suggestions/suggestions_service_factory.cc ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698