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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 630073002: [Suggestions] Create ImageEncoder, to abstract away image encode/decode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn fix 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',
2808 '../components/components.gyp:metrics', 2809 '../components/components.gyp:metrics',
2809 '../components/components.gyp:metrics_gpu', 2810 '../components/components.gyp:metrics_gpu',
2810 '../components/components.gyp:metrics_net', 2811 '../components/components.gyp:metrics_net',
2811 '../components/components.gyp:metrics_profiler', 2812 '../components/components.gyp:metrics_profiler',
2812 '../components/components.gyp:navigation_metrics', 2813 '../components/components.gyp:navigation_metrics',
2813 '../components/components.gyp:network_time', 2814 '../components/components.gyp:network_time',
2814 '../components/components.gyp:omaha_query_params', 2815 '../components/components.gyp:omaha_query_params',
2815 '../components/components.gyp:omnibox', 2816 '../components/components.gyp:omnibox',
2816 '../components/components.gyp:os_crypt', 2817 '../components/components.gyp:os_crypt',
2817 '../components/components.gyp:password_manager_core_browser', 2818 '../components/components.gyp:password_manager_core_browser',
(...skipping 776 matching lines...) Expand 10 before | Expand all | Expand 10 after
3594 'variables': { 3595 'variables': {
3595 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3596 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3596 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3597 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3597 }, 3598 },
3598 'includes': [ '../build/protoc.gypi' ] 3599 'includes': [ '../build/protoc.gypi' ]
3599 }, 3600 },
3600 ], 3601 ],
3601 },], 3602 },],
3602 ], 3603 ],
3603 } 3604 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698