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

Side by Side Diff: third_party/DEPS

Issue 2382723003: Move core/fxcrt/include to core/fxcrt (Closed)
Patch Set: Rebase to master Created 4 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
« no previous file with comments | « testing/utils/path_service.cpp ('k') | third_party/agg23/agg_array.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # A lot of third_party code has been modified to use fxcrt. 2 # A lot of third_party code has been modified to use fxcrt.
3 '+core/fxcrt/include/fx_basic.h', 3 '+core/fxcrt/fx_basic.h',
4 '+core/fxcrt/include/fx_coordinates.h', 4 '+core/fxcrt/fx_coordinates.h',
5 '+core/fxcrt/include/fx_memory.h', 5 '+core/fxcrt/fx_memory.h',
6 '+core/fxcrt/include/fx_system.h', 6 '+core/fxcrt/fx_system.h',
7 ] 7 ]
OLDNEW
« no previous file with comments | « testing/utils/path_service.cpp ('k') | third_party/agg23/agg_array.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698