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

Side by Side Diff: Source/devtools/devtools.gypi

Issue 297923002: DevTools: Decouple CSS model from UI entities (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address comments Created 6 years, 5 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 # 1 #
2 # Copyright (C) 2013 Google Inc. All rights reserved. 2 # Copyright (C) 2013 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 'front_end/sdk/ConsoleModel.js', 83 'front_end/sdk/ConsoleModel.js',
84 'front_end/sdk/ContentProvider.js', 84 'front_end/sdk/ContentProvider.js',
85 'front_end/sdk/ContentProviderBasedProjectDelegate.js', 85 'front_end/sdk/ContentProviderBasedProjectDelegate.js',
86 'front_end/sdk/ContentProviders.js', 86 'front_end/sdk/ContentProviders.js',
87 'front_end/sdk/CookieParser.js', 87 'front_end/sdk/CookieParser.js',
88 'front_end/sdk/CPUProfileDataModel.js', 88 'front_end/sdk/CPUProfileDataModel.js',
89 'front_end/sdk/CPUProfilerModel.js', 89 'front_end/sdk/CPUProfilerModel.js',
90 'front_end/sdk/CSSMetadata.js', 90 'front_end/sdk/CSSMetadata.js',
91 'front_end/sdk/CSSParser.js', 91 'front_end/sdk/CSSParser.js',
92 'front_end/sdk/CSSStyleModel.js', 92 'front_end/sdk/CSSStyleModel.js',
93 'front_end/sdk/CSSStyleSheetMapping.js',
94 'front_end/sdk/CSSWorkspaceBinding.js', 93 'front_end/sdk/CSSWorkspaceBinding.js',
95 'front_end/sdk/BreakpointManager.js', 94 'front_end/sdk/BreakpointManager.js',
96 'front_end/sdk/DOMModel.js', 95 'front_end/sdk/DOMModel.js',
97 'front_end/sdk/DOMStorage.js', 96 'front_end/sdk/DOMStorage.js',
98 'front_end/sdk/Database.js', 97 'front_end/sdk/Database.js',
99 'front_end/sdk/DebuggerModel.js', 98 'front_end/sdk/DebuggerModel.js',
100 'front_end/sdk/DebuggerScriptMapping.js', 99 'front_end/sdk/DebuggerScriptMapping.js',
101 'front_end/sdk/DebuggerWorkspaceBinding.js', 100 'front_end/sdk/DebuggerWorkspaceBinding.js',
102 'front_end/sdk/DefaultScriptMapping.js', 101 'front_end/sdk/DefaultScriptMapping.js',
103 'front_end/sdk/FileManager.js', 102 'front_end/sdk/FileManager.js',
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after
569 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', 568 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js',
570 ], 569 ],
571 'devtools_script_formatter_worker_js_files': [ 570 'devtools_script_formatter_worker_js_files': [
572 'front_end/script_formatter_worker/CSSFormatter.js', 571 'front_end/script_formatter_worker/CSSFormatter.js',
573 'front_end/script_formatter_worker/JavaScriptFormatter.js', 572 'front_end/script_formatter_worker/JavaScriptFormatter.js',
574 'front_end/script_formatter_worker/ScriptFormatterWorker.js', 573 'front_end/script_formatter_worker/ScriptFormatterWorker.js',
575 'front_end/common/utilities.js', 574 'front_end/common/utilities.js',
576 ], 575 ],
577 }, 576 },
578 } 577 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698